diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 16045f3..87494ba 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -41,10 +41,4 @@ jobs: run: git submodule update --init --recursive - name: Docker build run: docker build -t pt-example:latest -f ./Dockerfile.pt-example . - - name: Docker run - run: docker run -v /tmp:/tmp pt-example:latest - - - - - \ No newline at end of file + # Don't run it - it will run forever essentially.