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:
|
workflow_dispatch:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
schedule:
|
schedule:
|
||||||
# Run daily at 14:05
|
# Run daily at 00:05
|
||||||
- cron: '5 14 * * *'
|
- cron: '5 00 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue