Skip to content

Commit

Permalink
Remove 23.08 nightlies (#32)
Browse files Browse the repository at this point in the history
The `23.08` release is complete, so we can disable nightlies.

Additionally, we can enable testing for `23.10`.
  • Loading branch information
raydouglass authored Aug 15, 2023
1 parent c817142 commit 072a2fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly-pipeline-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
strategy:
matrix:
include:
- rapids_version: "23.08"
run_tests: true
- rapids_version: "23.10"
run_tests: false
run_tests: true
steps:
- uses: actions/checkout@v3
- name: Trigger Pipeline
Expand Down

0 comments on commit 072a2fd

Please sign in to comment.