We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0400a99 + ab2e4f0 commit 46790a0Copy full SHA for 46790a0
1 file changed
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
9
10
jobs:
11
deploy:
0 commit comments