(cherry picked from commit 9c7cae2a9ef9c039f820c03456b204a1227140a5)
This commit is contained in:
rusefi 2024-01-01 16:59:23 -05:00
parent 43e6c8020d
commit 70cb4bb1d8
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -1,6 +1,8 @@
name: Update rusEFI Reference
on:
schedule:
- cron: '5 17 * * *' # update rusEFI reference daily at 5:05 pm
workflow_dispatch:
jobs: