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:
Anas Nashif 2025-06-17 12:13:34 -04:00
commit b03571d78a

View file

@ -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