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 2053dd7 commit b95a1a1Copy full SHA for b95a1a1
.github/workflows/build_publish.yml
@@ -2,7 +2,7 @@ name: Build & Publish
2
on:
3
schedule:
4
# * is a special character in YAML so you have to quote this string
5
- - cron: "0 0 */80 * *"
+ - cron: "0 0 1 * *"
6
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
0 commit comments