From 9fff69adc6a33844bb534973bfdcd15dde066af5 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:23:38 -0400 Subject: [PATCH] Remove 23.10 nightlies (#35) The `23.10` release is nearly complete, so we no longer need nightlies. --- .github/workflows/nightly-pipeline-trigger.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nightly-pipeline-trigger.yaml b/.github/workflows/nightly-pipeline-trigger.yaml index c3a2eb2..467d39c 100644 --- a/.github/workflows/nightly-pipeline-trigger.yaml +++ b/.github/workflows/nightly-pipeline-trigger.yaml @@ -11,10 +11,8 @@ jobs: strategy: matrix: include: - - rapids_version: "23.10" - run_tests: true - rapids_version: "23.12" - run_tests: false + run_tests: true steps: - uses: actions/checkout@v3 - name: Trigger Pipeline