From 103040dce012412a99827df14c720878c68edb01 Mon Sep 17 00:00:00 2001 From: Damien Lachaume <135982616+dlachaume@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:26:01 +0100 Subject: [PATCH] ci: update cron schedule expression with co-authors to allow notifications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Fauvel Co-authored-by: DJO Co-authored-by: Jean-Philippe Raynaud --- .github/workflows/nightly-backward-compatibility.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-backward-compatibility.yml b/.github/workflows/nightly-backward-compatibility.yml index 08b99990de..7cebf7295b 100644 --- a/.github/workflows/nightly-backward-compatibility.yml +++ b/.github/workflows/nightly-backward-compatibility.yml @@ -1,9 +1,10 @@ name: Nightly backward compatibility on: + # Important note about scheduled workflows: + # Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file. schedule: - - cron: "0 2 * * *" - - cron: "0 14 * * *" + - cron: "30 2 * * *" workflow_dispatch: inputs: total-releases: