Skip to content

Commit bab818f

Browse files
authored
chore: Update artifact and report names with provider type (#2447)
1 parent b4a1d3a commit bab818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
if: ${{ github.event_name == 'push' }}
115115
uses: actions/upload-artifact@v4
116116
with:
117-
name: apisix-ingress-controller-conformance-report.yaml
117+
name: apisix-ingress-controller-conformance-report-${{ matrix.provider_type }}.yaml
118118
path: apisix-ingress-controller-conformance-report.yaml
119119

120120
- name: Format Conformance Test Report

0 commit comments

Comments
 (0)