Skip to content

Commit a490ece

Browse files
committed
refactor(ci): add cron expression comment
1 parent 1c0c657 commit a490ece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: update
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 21 1 * *'
5+
# At 00:00 on the 1st of every month
6+
- cron: '0 0 1 * *'
67

78
jobs:
89
update:

0 commit comments

Comments
 (0)