From df0de8830eee1b4f33a442bd32a27cf90ab0287f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:23:52 +0100 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 8c72752..8900014 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -22,6 +22,7 @@ jobs: name: 'Run tests and documentation' runs-on: self-hosted steps: + - uses: AutoModality/action-clean@v1 - uses: actions/checkout@v3 - name: 'Extract branch name'