Skip to content

Commit

Permalink
fix: deletion of ucc modinput summary artifacts (#349)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
dvarasani-crest authored Dec 6, 2024
1 parent fb614ed commit 9dabe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ jobs:
- uses: geekyeggo/delete-artifact@v5
with:
name: |
summary-modinput*
summary-ucc_modinput*
run-scripted-input-tests-full-matrix:
if: ${{ !cancelled() && needs.build.result == 'success' && needs.test-inventory.outputs.scripted_inputs == 'true' && needs.setup-workflow.outputs.execute-scripted_inputs-labeled == 'true' }}
Expand Down

0 comments on commit 9dabe35

Please sign in to comment.