Update instances automatically every other day

This commit is contained in:
Matthew Esposito
2023-06-01 00:31:00 +00:00
committed by GitHub
parent 7be354c8d8
commit 4e4403ace2
+1
View File
@@ -7,6 +7,7 @@ on:
branches:
- master
workflow_dispatch: # run on manual trigger
schedule: [{cron: "0 0 */2 * *"}] # Run every other day
jobs:
update: