We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63fca2f + 6a901dc commit c13dfedCopy full SHA for c13dfed
1 file changed
.github/workflows/update-flake.yml
@@ -2,7 +2,7 @@ name: update-flake
2
on:
3
workflow_dispatch: # allows manual triggering
4
schedule:
5
- - cron: '45 3 15-21 * 1' # runs the third Monday of the month at 03:45
+ - cron: '45 3 15 * *' # runs the 15th of the month at 03:45
6
7
jobs:
8
lockfile:
0 commit comments