fw-custom-mega/.github/workflows/update-rusefi-reference.yaml

13 lines
303 B
YAML
Raw Normal View History

2023-12-04 06:42:35 -08:00
name: Update rusEFI Reference
on:
2024-01-01 13:59:23 -08:00
schedule:
- cron: '5 17 * * *' # update rusEFI reference daily at 5:05 pm
2023-12-04 06:42:35 -08:00
workflow_dispatch:
jobs:
call-workflow-passing-data:
uses: rusefi/rusefi/.github/workflows/custom-board-update-rusefi-reference.yaml@master
permissions:
contents: write