diff --git a/.github/workflows/cicd_comp_test-phase.yml b/.github/workflows/cicd_comp_test-phase.yml index 024a9e38e577..3501a40d643f 100644 --- a/.github/workflows/cicd_comp_test-phase.yml +++ b/.github/workflows/cicd_comp_test-phase.yml @@ -172,4 +172,5 @@ jobs: requires-node: true needs-docker-image: true github-token: ${{ secrets.GITHUB_TOKEN }} - artifacts-from: ${{ env.ARTIFACT_RUN_ID }} \ No newline at end of file + artifacts-from: ${{ env.ARTIFACT_RUN_ID }} + cleanup-runner: true \ No newline at end of file