Skip to content

Commit

Permalink
oh dear
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Sep 1, 2024
1 parent 5a76938 commit 1aba4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
organise-jobs:
name: Distribute on change
needs: changes
if: ${{ !contains(needs.changes.outputs.changed_dirs,'') }}
if: ${{ !contains(needs.changes.outputs.changed_dirs, '[]') }}
strategy:
matrix:
module: ${{ fromJSON(needs.changes.outputs.changed_dirs) }}
Expand Down

0 comments on commit 1aba4bb

Please sign in to comment.