Reschedule `Create Board Firmware` GHA

This commit is contained in:
kifir23917 2024-07-03 13:31:56 +03:00 committed by GitHub
parent ab3e0e1a3f
commit 9c6d25887f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Create Board Firmware
on:
schedule:
- cron: '40 09 * * *' # build fresh every 9:40 AM UTC
- cron: '35 10 * * *' # build fresh every 10:35 AM UTC
push:
# pull_request:
workflow_dispatch: