Skip to content

Commit 4974e46

Browse files
committed
ci: run update workflow every 1st of month
Signed-off-by: Qiming Chu <cchuqiming@gmail.com>
1 parent 6eeb350 commit 4974e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Update flake lock
22
on:
33
schedule:
4-
# Trigger every Monday and Thursday at 8:00 UTC
5-
- cron: '0 8 * * 1'
4+
# Trigger every month on the 1st at 08:00 UTC
5+
- cron: '0 8 1 * *'
66
workflow_dispatch: # Allow manual triggering
77
jobs:
88
update-flake-lock:

0 commit comments

Comments
 (0)