2023-12-04 06:42:35 -08:00
|
|
|
name: Create Board Firmware
|
|
|
|
|
|
|
|
on:
|
2024-01-01 13:59:23 -08:00
|
|
|
schedule:
|
|
|
|
- cron: '10 17 * * *' # build fresh every 5:10 PM
|
2024-02-27 17:01:27 -08:00
|
|
|
push:
|
2024-02-27 04:57:15 -08:00
|
|
|
# pull_request:
|
2023-12-04 06:42:35 -08:00
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
call-workflow-passing-data:
|
|
|
|
uses: rusefi/rusefi/.github/workflows/custom-board-build.yaml@master
|
|
|
|
secrets: inherit
|
|
|
|
permissions:
|
|
|
|
contents: write
|