We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents defa0af + d0319a8 commit ba6d4f5Copy full SHA for ba6d4f5
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