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

16 lines
314 B
YAML
Raw Normal View History

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
2023-12-04 06:42:35 -08:00
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