Skip to content

Update build_single.yaml #25

Update build_single.yaml

Update build_single.yaml #25

Workflow file for this run

name: Build firmware - Push
on:
pull_request:
branches:
- DE200-2.1.x
push:
branches:
- DE200-2.1.x
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_multiple:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
lang:
- en
- fr
- de
bicol: [0, 1]
filsens: [0, 1]
trapez: [0, 1]
xl: [0, 1]
nolcd: [0, 1]
therm: [0, 1]
bltouch: [0]
pinout: [0]
z122: [0]
exclude:
- nolcd: 1
lang: [fr, de]
name: Build ${{ matrix.lang }}
uses: ./.github/workflows/build_single.yaml

Check failure on line 39 in .github/workflows/build_push.yaml

View workflow run for this annotation

GitHub Actions / Build firmware - Push

Invalid workflow file

The workflow is not valid. .github/workflows/build_push.yaml (Line: 39, Col: 5): Unexpected value 'uses' .github/workflows/build_push.yaml (Line: 40, Col: 5): Unexpected value 'with'
with:
lang: ${{ matrix.lang }}
bicol: ${{ matrix.bicol }}
filsens: ${{ matrix.filsens }}
trapez: ${{ matrix.trapez }}
xl: ${{ matrix.xl }}
nolcd: ${{ matrix.nolcd }}
therm: ${{ matrix.therm }}
bltouch: ${{ matrix.bltouch }}
pinout: ${{ matrix.pinout }}
z122: ${{ matrix.z122 }}
secrets: inherit