From 87afd5ab3369a67e78ae031a2c3804615d7bf73b Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 3 Nov 2020 19:42:58 -0500 Subject: [PATCH] chore: run autoupdate branch on cron schedule --- .github/workflows/autoupdate-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autoupdate-branch.yml b/.github/workflows/autoupdate-branch.yml index 331f2a0083f1..124583fc475a 100644 --- a/.github/workflows/autoupdate-branch.yml +++ b/.github/workflows/autoupdate-branch.yml @@ -3,6 +3,8 @@ on: push: branches: - main + schedule: + - cron: '*/30 * * * *' # every 30 minutes jobs: autoupdate: name: autoupdate