diff --git a/.github/workflows/run-cpu-integration-tests-self-hosted.yml b/.github/workflows/run-cpu-integration-tests-self-hosted.yml index 7e810376e..71b5c9b0b 100644 --- a/.github/workflows/run-cpu-integration-tests-self-hosted.yml +++ b/.github/workflows/run-cpu-integration-tests-self-hosted.yml @@ -1,11 +1,3 @@ -on: - workflow_dispatch: -jobs: - # Wait for up to a minute for previous run to complete, abort if not done by then - pre-ci: - run - - on: workflow_dispatch: jobs: @@ -42,5 +34,5 @@ jobs: cmake --version protoc --version export OMP_NUM_THREADS=1 - mvn -DskipTestResourceEnforcement=true -Ptestresources -Pintegration-tests -Pdl4j-integration-tests -Pnd4j-tests-cpu clean test + mvn -DskipTestResourceEnforcement=true -Ptestresources -pintegration-test -Pintegration-tests -Pnd4j-tests-cpu --also-make clean test