Skip to content

Commit

Permalink
updated workflow cron job timing
Browse files Browse the repository at this point in the history
  • Loading branch information
aialok committed May 27, 2024
1 parent b3d9697 commit 527d45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # Run at midnight on the first of every month
- cron: '0 0 * * 0' # Runs every Sunday at midnight

jobs:
linkChecker:
Expand Down

0 comments on commit 527d45b

Please sign in to comment.