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 6887527 commit 60c48cbCopy full SHA for 60c48cb
.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 0 1 * *'
+ - cron: 0 0 * * *
12
13
jobs:
14
build:
0 commit comments