Skip to content

Commit a00f2f6

Browse files
committed
Empty commit to test any_builds=false
1 parent 82a9bf3 commit a00f2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
image:
4949
needs:
5050
- generate-matrix
51-
if: ${{ needs.generate-matrix.outputs.any_builds }}
51+
if: ${{ needs.generate-matrix.outputs.any_builds == 'true' }}
5252
strategy:
5353
fail-fast: false
5454
matrix:

0 commit comments

Comments
 (0)