diff --git a/.github/workflows/nightly-pipeline-trigger.yaml b/.github/workflows/nightly-pipeline-trigger.yaml index 9cd8520..bb42953 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: "24.12" - run_tests: true - rapids_version: "25.02" - run_tests: false + run_tests: true steps: - uses: actions/checkout@v3 - name: Trigger Pipeline