commit:     448f4fc3f3d4be9e65e5e3894048f6d3a11b2947
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 04:56:03 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 04:56:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=448f4fc3

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 <ajak <AT> gentoo.org>

 .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:
 

Reply via email to