Skip to content

Commit 9dabe35

Browse files
fix: deletion of ucc modinput summary artifacts (#349)
### Description This PR fixes the issue with the deletion of the result summary artifacts for ucc modinput tests (PR description goes here) ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releaes test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here)
1 parent fb614ed commit 9dabe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@ jobs:
25372537
- uses: geekyeggo/delete-artifact@v5
25382538
with:
25392539
name: |
2540-
summary-modinput*
2540+
summary-ucc_modinput*
25412541
25422542
run-scripted-input-tests-full-matrix:
25432543
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.scripted_inputs == 'true' && needs.setup-workflow.outputs.execute-scripted_inputs-labeled == 'true' }}

0 commit comments

Comments
 (0)