diff --git a/.github/workflows/push-tests.yml b/.github/workflows/push-tests.yml new file mode 100644 index 0000000000..c2691b00da --- /dev/null +++ b/.github/workflows/push-tests.yml @@ -0,0 +1,12 @@ +name: Self-hosted runner with slow tests (on-push) + +on: + push: + branches: [ main ] + +env: + RUN_SLOW: "yes" + IS_GITHUB_CI: "1" + # To be able to run tests on CUDA 12.2 + NVIDIA_DISABLE_REQUIRE: "1" + SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }} \ No newline at end of file