From b03571d78af12c66a36697e5dd3a236b9d9113a1 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 17 Jun 2025 12:13:34 -0400 Subject: [PATCH] ci: move bug_snapshot workflow offpeak Move schedule to off peak hours. Signed-off-by: Anas Nashif --- .github/workflows/bug_snapshot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bug_snapshot.yaml b/.github/workflows/bug_snapshot.yaml index f1c06beb7b4..3959b5fccc8 100644 --- a/.github/workflows/bug_snapshot.yaml +++ b/.github/workflows/bug_snapshot.yaml @@ -10,8 +10,8 @@ on: workflow_dispatch: branches: [main] schedule: - # Run daily at 14:05 - - cron: '5 14 * * *' + # Run daily at 00:05 + - cron: '5 00 * * *' permissions: contents: read