Skip to content

add v1 yml file

add v1 yml file #1

Workflow file for this run

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 }}