diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 68d64fc5909..198740ae0a1 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -179,7 +179,7 @@ jobs: # Remove the container and the workspace to avoid any conflict with the next run. echo github.workspace = ${{ github.workspace }} - rm -rf ${{ github.workspace }}/* +# rm -rf ${{ github.workspace }}/* # docker rm -f ${CONTAINER_NAME} exit ${EXIT_STATUS}