From f2f7a4ef313e90176504e3519719f8a86f85ef26 Mon Sep 17 00:00:00 2001 From: Bharath Date: Wed, 2 Sep 2026 04:25:19 +0000 Subject: [PATCH] ci: stagger scorecard cron to prevent schedule collision Signed-off-by: Bharath --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 065e393..687fb27 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,7 +13,7 @@ on: # Re-score when branch protection changes, which is one of the things it scores. branch_protection_rule: schedule: - - cron: '41 5 * * 1' + - cron: '37 9 * * 1' push: branches: [main] workflow_dispatch: