From 2fd8287eadc455440aba7f24a23cbd2651ba0d42 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 13 Oct 2023 15:07:41 +0100 Subject: [PATCH] Change the rebuild schedule to Mondays, Wednesdays and Fridays only Let's make at least a token attempt to economize on those build minutes. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68b8512..0efec60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: types: - published schedule: - - cron: '45 5 * * *' + - cron: '45 5 * * 1,3,5' workflow_dispatch: jobs: