Update build-firmware.yaml

This commit is contained in:
kifir23917 2024-06-27 19:09:46 +03:00 committed by GitHub
parent 424d4a1213
commit 414a398334
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: '00 15 * * *' # build fresh every 15:00 PM UTC
- cron: '15 16 * * *' # build fresh every 15:00 PM UTC
push:
# pull_request:
workflow_dispatch: