From 8606cfb15a727291baffe9c5fa0cc45651f00f9c Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Thu, 23 May 2024 14:00:07 +0200 Subject: [PATCH] only run on non-draft PRs --- .github/workflows/test_train.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_train.yml b/.github/workflows/test_train.yml index d63d0cd4c..16fda89e5 100644 --- a/.github/workflows/test_train.yml +++ b/.github/workflows/test_train.yml @@ -19,6 +19,7 @@ env: jobs: test-train-gpu: + if: github.event.pull_request.draft == false runs-on: - self-hosted - Linux