Turn on scheduling of `Create Board Firmware` GHA

This commit is contained in:
kifir23917 2024-06-25 18:10:01 +03:00 committed by GitHub
parent 65e7f24f2b
commit dfd24f1e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
name: Create Board Firmware
on:
# schedule:
# - cron: '10 17 * * *' # build fresh every 5:10 PM
schedule:
- cron: '15 16 * * *' # build fresh every 4:15 PM UTC
push:
# pull_request:
workflow_dispatch: