From b69f004062f8967f6b1a1b602b40025d4f18ccd9 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:33:31 -0500 Subject: [PATCH] Temporarily disable 24.02 (#44) We need to run some `24.02` builds w/ test manually for a couple days, so I'm disabling the nightly run so that the test run is not inadvertently cancelled. This PR will be reverted. --- .github/workflows/nightly-pipeline-trigger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-pipeline-trigger.yaml b/.github/workflows/nightly-pipeline-trigger.yaml index 6cdc467..b776c0d 100644 --- a/.github/workflows/nightly-pipeline-trigger.yaml +++ b/.github/workflows/nightly-pipeline-trigger.yaml @@ -13,8 +13,8 @@ jobs: include: - rapids_version: "23.12" run_tests: true - - rapids_version: "24.02" - run_tests: false + # - rapids_version: "24.02" + # run_tests: false steps: - uses: actions/checkout@v3 - name: Trigger Pipeline