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 593eda5 commit cf160d7Copy full SHA for cf160d7
.github/workflows/deploy.yaml
@@ -6,7 +6,7 @@ name: Deploy
6
- main
7
schedule:
8
# run weekly on Sunday
9
- - cron: "20 07 * * 0"
+ - cron: "20 10 * * 0"
10
# allow manual triggering of workflow
11
workflow_dispatch:
12
0 commit comments