fw-custom-mega100/.github/workflows/build-firmware.yaml

18 lines
350 B
YAML

name: Create Board Firmware
on:
schedule:
- cron: '10 17 * * *' # build fresh every 5:10 PM
push:
pull_request:
workflow_dispatch:
jobs:
call-workflow-passing-data:
uses: rusefi/rusefi/.github/workflows/custom-board-build.yaml@master
secrets: inherit
permissions:
contents: write
with:
shortBoardName: XXX