diff --git a/.github/workflows/build-gluon.yml b/.github/workflows/build-gluon.yml index 2bb2297c..dccdb347 100644 --- a/.github/workflows/build-gluon.yml +++ b/.github/workflows/build-gluon.yml @@ -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: