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 ac1cf1b commit 2112051Copy full SHA for 2112051
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
- main
10
schedule:
11
# daily at 07:20 UTC
12
- - cron: "20 07 * * *"
+ - cron: "20 07 * * 0"
13
# allow manual triggering of workflow
14
workflow_dispatch:
15
0 commit comments