fw-example/.github/workflows/update-rusefi-reference.yaml

13 lines
303 B
YAML

name: Update rusEFI Reference
on:
schedule:
- cron: '5 17 * * *' # update rusEFI reference daily at 5:05 pm
workflow_dispatch:
jobs:
call-workflow-passing-data:
uses: rusefi/rusefi/.github/workflows/custom-board-update-rusefi-reference.yaml@master
permissions:
contents: write