Skip to content

Commit

Permalink
update scheduled workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Oct 9, 2024
1 parent 432bff6 commit d4e982a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Check deps"

on:
schedule:
- cron: '0 12 * * 0' # Run every day at noon
- cron: '0 12 * * 0' # Run every Sunday at 12:00 PM (noon)
workflow_dispatch: # Allows manual triggering

# Workflow jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * *" # Run every day at midnight (12:00 AM)

jobs:
find:
Expand Down

0 comments on commit d4e982a

Please sign in to comment.