Skip to content

Commit

Permalink
add v1 yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada committed Jan 10, 2024
1 parent c9b7145 commit 53477b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/push-tests.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 53477b1

Please sign in to comment.