From 163d03ac62d3d46ba3737f38664367d4e7c366dc Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 21 Mar 2024 07:25:08 +0100 Subject: [PATCH] Update CI schedule to run towards the middle of the night. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca0c153c..c3b0d6cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: types: [published] pull_request: schedule: - - cron: '0 5 * * 4' + - cron: '0 3 * * 4' concurrency: group: "${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}"