aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2022-09-28 23:56:03 -0500
committerJohn Helmert III <ajak@gentoo.org>2022-09-28 23:56:03 -0500
commit448f4fc3f3d4be9e65e5e3894048f6d3a11b2947 (patch)
tree9df3dfb7b9213f6dbff0f61355bcb5b9764bf713
parentUpdate README portage tree path and stage3-amd64 -> stage3 (diff)
downloaddocker-images-448f4fc3.tar.gz
docker-images-448f4fc3.tar.bz2
docker-images-448f4fc3.zip
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@gentoo.org>
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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: