Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b9272 commit 2bf76cbCopy full SHA for 2bf76cb
.github/workflows/test.yaml
@@ -40,6 +40,7 @@ jobs:
40
- "plugins/backstage-plugin-devcontainers-react/**"
41
plugin:
42
needs: changes
43
+ if: ${{ needs.changes.outputs.plugins != '' && toJson(fromJson(needs.changes.outputs.plugins)) != '[]' }}
44
runs-on: ubuntu-latest
45
strategy:
46
matrix:
0 commit comments