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 5eb5afb commit d9c17eaCopy full SHA for d9c17ea
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
9
10
jobs:
11
deploy:
0 commit comments