Skip to content

Commit

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

0 comments on commit c46fd3e

Please sign in to comment.