diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index ae13051..2ae1cc2 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -7,6 +7,7 @@ on: branches: - master workflow_dispatch: # run on manual trigger + schedule: [{cron: "0 0 */2 * *"}] # Run every other day jobs: update: