Skip to content

Commit

Permalink
Try again to skip empty installer list
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Jul 1, 2024
1 parent c46fd3e commit 70945ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
test_installers:
name: Test installers
needs: list_installers
if: needs.list_installers.outputs.installers != ''
if: needs.list_installers.outputs.installers != '[]'
runs-on: ubuntu-latest
container:
image: ${{matrix.os}}
Expand Down

0 comments on commit 70945ee

Please sign in to comment.