Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Sep 1, 2024
1 parent 1aba4bb commit 1e83316
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: ${{ needs.changes.outputs.changed_dirs != '[]' }}
strategy:
matrix:
module: ${{ fromJSON(needs.changes.outputs.changed_dirs) }}
Expand Down

0 comments on commit 1e83316

Please sign in to comment.