Skip to content
Snippets Groups Projects
Unverified Commit f7c04b57 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #2342 from freifunk-gluon/ci-fixes

parents 4d22ab18 d8aca7f2
No related branches found
No related tags found
No related merge requests found
# 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment