Skip to content

Commit

Permalink
Always cleanup plans
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Mar 1, 2024
1 parent 9dfdb47 commit cfe9e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/call-universal_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,13 +1390,15 @@ jobs:
debug: ${{ needs.init.outputs.debug }}

- name: 'Remove temporary testplan artifacts'
if: ${{ always() }}
uses: geekyeggo/delete-artifact@v4
with:
name: 'testplan-*'
useGlob: true
failOnError: false

- name: 'Remove temporary coverage artifacts'
if: ${{ always() }}
uses: geekyeggo/delete-artifact@v4
with:
name: 'coverage-reports-*'
Expand Down

0 comments on commit cfe9e2f

Please sign in to comment.