Update `Create Board Firmware` GHA scheduling

This commit is contained in:
kifir23917 2024-06-25 18:38:11 +03:00 committed by GitHub
parent e7aaf0567a
commit 891c2a9fe9
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: '15 16 * * *' # build fresh every 4:15 PM UTC
- cron: '45 15 * * *' # build fresh every 3:45 PM UTC
push:
# pull_request:
workflow_dispatch: