From ec2edd1552be6161661798bc28046a082d070478 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 7 Oct 2024 18:08:17 +0200 Subject: [PATCH] ci(docker): build monthly instead of weekly - I don't think we need to re-build the containers this often Signed-off-by: AtomicFS --- .github/workflows/docker-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-and-test.yml b/.github/workflows/docker-build-and-test.yml index 6872acce..e21dfb02 100644 --- a/.github/workflows/docker-build-and-test.yml +++ b/.github/workflows/docker-build-and-test.yml @@ -18,8 +18,8 @@ on: - 'tests/**' release: schedule: - # Sunday midnight - - cron: '0 0 * * 0' + # First day of the month at midnight + - cron: '0 0 1 * 0' workflow_dispatch: env: