Skip to content

Commit

Permalink
update PR with librarian, also test changing to false instead of "false"
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 14, 2021
1 parent 12c1c24 commit 7b4a588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
fail-fast: false
matrix:
result: ${{ fromJson(needs.update.outputs.dockerfile_matrix) }}
if: ${{ needs.update.outputs.empty_matrix == 'false' }}
if: ${{ needs.update.outputs.empty_matrix == false }}

name: "Build ${{ matrix.result.name }}"
steps:
Expand Down

0 comments on commit 7b4a588

Please sign in to comment.