Skip to content

Commit d160e6c

Browse files
committed
Missed matrix run in sync-labels workflows.
1 parent aa67876 commit d160e6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sync-labels.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
*.yaml
7878
*.yml
7979
if-no-files-found: error
80-
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
80+
name: ${{ env.CONFIGURATIONS_ARTIFACT }}-${{ matrix.filename }}
8181

8282
sync:
8383
needs: download
@@ -111,7 +111,8 @@ jobs:
111111
- name: Download configuration files artifact
112112
uses: actions/download-artifact@v4
113113
with:
114-
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
114+
pattern: ${{ env.CONFIGURATIONS_ARTIFACT }}-*
115+
merge-multiple: true
115116
path: ${{ env.CONFIGURATIONS_FOLDER }}
116117

117118
- name: Remove unneeded artifact

0 commit comments

Comments
 (0)