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