Commit b03571d7 authored by Anas Nashif's avatar Anas Nashif
Browse files

ci: move bug_snapshot workflow offpeak



Move schedule to off peak hours.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 013abd89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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