From 73529c31e0e25b018ff1ed183c71c38799b4891e Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 30 Jan 2024 05:41:44 +0100 Subject: [PATCH] Only monday / thursday --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfeb069de1..c5d389e7f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: required: true default: 'develop' schedule: - - cron: '15 0 * * *' + - cron: '15 0 * * MON,THU' jobs: build: