Skip to content
Snippets Groups Projects
Unverified Commit d8aca7f2 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

workflows: build-gluon: avoid failure when no path filter matches

The CI should be successful when there is nothing to check. Add if
condition as proposed in [1].

[1] https://github.com/dorny/paths-filter/issues/66#issuecomment-778267385
parent 83808221
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ jobs: ...@@ -24,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