ci: move bug_snapshot workflow offpeak
Move schedule to off peak hours. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
013abd89ff
commit
b03571d78a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bug_snapshot.yaml
vendored
4
.github/workflows/bug_snapshot.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue