From b2079cff6efee84c89ddf5b573c96fa96af626f0 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Tue, 27 Oct 2020 08:18:16 -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-sbt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sbt.yml b/.github/workflows/update-sbt.yml index 79a2985..422b05d 100644 --- a/.github/workflows/update-sbt.yml +++ b/.github/workflows/update-sbt.yml @@ -1,7 +1,7 @@ name: Update sbt "on": schedule: - - cron: 30 * * * * + - cron: 0 5 * * 1-5 workflow_dispatch: {} jobs: update: