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.
1 parent 3519cf2 commit 6e0717cCopy full SHA for 6e0717c
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Monthly Release
3
on:
4
schedule:
5
# Run on the 1st of every month at 00:00 UTC
6
- - cron: '0 0 1 * *'
+ - cron: '0 1 1 * *'
7
workflow_dispatch:
8
9
permissions:
0 commit comments