From 448f4fc3f3d4be9e65e5e3894048f6d3a11b2947 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Wed, 28 Sep 2022 23:56:03 -0500 Subject: Only rebuild images weekly Doing it any more than this is wasteful, because the underlying stages aren't actually changing at all. Closes: https://bugs.gentoo.org/870619 Signed-off-by: John Helmert III --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fb11d8..b13e6a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: build on: schedule: - - cron: '0 1 * * *' + - cron: '0 0 * * 1' push: pull_request: -- cgit v1.2.3-65-gdbad