Skip to content

Commit 9f31a31

Browse files
committed
ci: Automatically exclude loaders if they're not enabled yet
1 parent aebb5a7 commit 9f31a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
publish-snapshot:
3131
runs-on: ubuntu-latest
3232
strategy:
33-
matrix: ${{fromJson(needs.create-release.outputs.build-matrix)}}
33+
matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
3434
fail-fast: false
3535
steps:
3636
- name: Checkout repository

0 commit comments

Comments
 (0)