diff --git a/.github/workflows/run-action.yaml b/.github/workflows/run-action.yaml new file mode 100644 index 0000000..e64cc86 --- /dev/null +++ b/.github/workflows/run-action.yaml @@ -0,0 +1,12 @@ +name: Run Action + +on: + push: + workflow_dispatch: + +jobs: + build-firmware: + runs-on: ubuntu-latest + steps: + + - uses: ./ext/devops-sandbox-rusefi/.github/workflows/custom-board-build