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

16 lines
315 B
YAML
Raw Normal View History

2023-12-04 06:42:35 -08:00
name: Create Board Firmware
on:
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