diff options
author | John Helmert III <ajak@gentoo.org> | 2022-09-28 23:56:03 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-09-28 23:56:03 -0500 |
commit | 448f4fc3f3d4be9e65e5e3894048f6d3a11b2947 (patch) | |
tree | 9df3dfb7b9213f6dbff0f61355bcb5b9764bf713 | |
parent | Update README portage tree path and stage3-amd64 -> stage3 (diff) | |
download | docker-images-448f4fc3f3d4be9e65e5e3894048f6d3a11b2947.tar.gz docker-images-448f4fc3f3d4be9e65e5e3894048f6d3a11b2947.tar.bz2 docker-images-448f4fc3f3d4be9e65e5e3894048f6d3a11b2947.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.yml | 2 |
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: |