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.
2 parents b6a36bf + 8cc207a commit 882e8d5Copy full SHA for 882e8d5
.github/workflows/proxy-prod.yml
@@ -1,5 +1,7 @@
1
name: Fly Deploy Prod Proxy
2
on:
3
+ schedule:
4
+ - cron: '0 */4 * * *' # Runs every 4 hours
5
push:
6
branches:
7
- master
0 commit comments