Merge pull request #2342 from freifunk-gluon/ci-fixes
This commit is contained in:
commit
f7c04b571c
5
.github/workflows/build-gluon.yml
vendored
5
.github/workflows/build-gluon.yml
vendored
@ -1,7 +1,3 @@
|
||||
|
||||
# Update this file after adding/removing/renaming a target by running
|
||||
# `make list-targets BROKEN=1 | ./contrib/actions/generate-actions.py > ./.github/workflows/build-gluon.yml`
|
||||
|
||||
name: Build Gluon
|
||||
on:
|
||||
push:
|
||||
@ -28,6 +24,7 @@ jobs:
|
||||
|
||||
build_firmware:
|
||||
needs: changed
|
||||
if: ${{ needs.changed.outputs.targets != '[]' && needs.changed.outputs.targets != '' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user