Skip to content

Commit

Permalink
Temporarily disable 24.02 (#44)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
raydouglass authored Nov 30, 2023
1 parent 819aaa4 commit b69f004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-pipeline-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b69f004

Please sign in to comment.