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 71dab7d commit ddd8c14Copy full SHA for ddd8c14
.github/workflows/extensions-build-test.yaml
@@ -81,6 +81,7 @@ jobs:
81
echo "Final extensions to build: ${PKGS_TO_BUILD[*]}"
82
83
test-build:
84
+ if: ${{ steps.set-matrix.outputs.ALL_SKIPPED != 'true' }}
85
name: Test build ${{ matrix.folder }}
86
runs-on: ubuntu-latest
87
needs: find-extensions
0 commit comments