From 4e4403ace2c227b0f84cecd8b5a1619296d91d70 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Thu, 1 Jun 2023 00:31:00 +0000 Subject: [PATCH] Update instances automatically every other day --- .github/workflows/update-instances.yml | 1 + 1 file changed, 1 insertion(+) 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: