We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0c657 commit a490eceCopy full SHA for a490ece
.github/workflows/update.yaml
@@ -2,7 +2,8 @@ name: update
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: '0 21 1 * *'
+ # At 00:00 on the 1st of every month
6
+ - cron: '0 0 1 * *'
7
8
jobs:
9
update:
0 commit comments