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 253a10c commit 6484e94Copy full SHA for 6484e94
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
schedule:
10
# Run the workflow on the 1st of every month at midnight
11
- - cron: '0 * * *'
+ - cron: '0 0 * * *'
12
13
jobs:
14
build:
0 commit comments