From cfe9e2f9b550db3b0c6d136140c86252ce9397b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ott?= Date: Fri, 1 Mar 2024 13:36:50 +0100 Subject: [PATCH] Always cleanup plans --- .github/workflows/call-universal_test_workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/call-universal_test_workflow.yml b/.github/workflows/call-universal_test_workflow.yml index 6dfcb15b..86b9f388 100644 --- a/.github/workflows/call-universal_test_workflow.yml +++ b/.github/workflows/call-universal_test_workflow.yml @@ -1390,6 +1390,7 @@ jobs: debug: ${{ needs.init.outputs.debug }} - name: 'Remove temporary testplan artifacts' + if: ${{ always() }} uses: geekyeggo/delete-artifact@v4 with: name: 'testplan-*' @@ -1397,6 +1398,7 @@ jobs: failOnError: false - name: 'Remove temporary coverage artifacts' + if: ${{ always() }} uses: geekyeggo/delete-artifact@v4 with: name: 'coverage-reports-*'