From b07835928d92d2b6fef9ec1ef08f9a3984cd3e64 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 25 Nov 2025 15:01:38 +0100 Subject: [PATCH] Update schedule --- .github/workflows/backport.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index e295336..4fda4e9 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -1,9 +1,9 @@ name: Backport Packages (Daily) -# Everyday at 02:00 UTC +# Every Sunday at 02:00 UTC on: schedule: - - cron: '0 2 * * *' + - cron: '0 2 * * 0' # Enables manual triggering of the workflow workflow_dispatch: