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.
any_builds=false
1 parent 82a9bf3 commit a00f2f6Copy full SHA for a00f2f6
.github/workflows/linux.yml
@@ -48,7 +48,7 @@ jobs:
48
image:
49
needs:
50
- generate-matrix
51
- if: ${{ needs.generate-matrix.outputs.any_builds }}
+ if: ${{ needs.generate-matrix.outputs.any_builds == 'true' }}
52
strategy:
53
fail-fast: false
54
matrix:
0 commit comments