Skip to content

Commit

Permalink
ci: Automatically exclude loaders if they're not enabled yet
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 23, 2024
1 parent aebb5a7 commit 9f31a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
publish-snapshot:
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.create-release.outputs.build-matrix)}}
matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
fail-fast: false
steps:
- name: Checkout repository
Expand Down

0 comments on commit 9f31a31

Please sign in to comment.