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 name: Build Gluon
on: on:
push: push:
...@@ -28,6 +24,7 @@ jobs: ...@@ -28,6 +24,7 @@ jobs:
build_firmware: build_firmware:
needs: changed needs: changed
if: ${{ needs.changed.outputs.targets != '[]' && needs.changed.outputs.targets != '' }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment