Skip to content

Commit b03571d

Browse files
committed
ci: move bug_snapshot workflow offpeak
Move schedule to off peak hours. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 013abd8 commit b03571d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bug_snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
workflow_dispatch:
1111
branches: [main]
1212
schedule:
13-
# Run daily at 14:05
14-
- cron: '5 14 * * *'
13+
# Run daily at 00:05
14+
- cron: '5 00 * * *'
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)