We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f612133 commit 2596a93Copy full SHA for 2596a93
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: [ main ]
6
schedule:
7
- - cron: '0 1 * * *'
+ - cron: '0 1 * * 1'
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
0 commit comments