Skip to content

Commit

Permalink
Run update workflow every 3rd day of month
Browse files Browse the repository at this point in the history
This should make it so uneven intervals happen at the end of months
rather at the end of weeks.

Credits to @Karthik99999 for the fix.
  • Loading branch information
thejetou committed Nov 6, 2023
1 parent 149d5ab commit 735a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update
on:
workflow_dispatch:
schedule:
- cron: '27 23 * * */3'
- cron: '27 23 */3 * *'

jobs:
scheduled:
Expand Down

0 comments on commit 735a827

Please sign in to comment.