We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeb350 commit 4974e46Copy full SHA for 4974e46
.github/workflows/update.yml
@@ -1,8 +1,8 @@
1
name: Update flake lock
2
on:
3
schedule:
4
- # Trigger every Monday and Thursday at 8:00 UTC
5
- - cron: '0 8 * * 1'
+ # Trigger every month on the 1st at 08:00 UTC
+ - cron: '0 8 1 * *'
6
workflow_dispatch: # Allow manual triggering
7
jobs:
8
update-flake-lock:
0 commit comments