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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: