From 854e7d8027f8947aeb2949181591fb5233a7e2e0 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Tue, 27 Oct 2020 08:36:23 -0700 Subject: [PATCH] Reduced Schedule Previously, the regularly scheduled builds exhausted the free tier of GitHub actions in some orgs. This change reduces the number of hours and number of days that these scheduled events will run. Signed-off-by: Ben Hale --- .github/workflows/update-invoker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-invoker.yml b/.github/workflows/update-invoker.yml index 0338c8f..f17aa65 100644 --- a/.github/workflows/update-invoker.yml +++ b/.github/workflows/update-invoker.yml @@ -1,7 +1,7 @@ name: Update invoker "on": schedule: - - cron: 30 * * * * + - cron: 0 5 * * 1-5 workflow_dispatch: {} jobs: update: