Skip to content

ci-wheel: drop CUDA 12.2.2 images, move latest back to 13.0.2 #617

ci-wheel: drop CUDA 12.2.2 images, move latest back to 13.0.2

ci-wheel: drop CUDA 12.2.2 images, move latest back to 13.0.2 #617

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Please keep pr-builder as the top job here
pr-builder:
needs:
- build-images
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
if: always()
with:
needs: ${{ toJSON(needs) }}
build-images:
uses: ./.github/workflows/build-and-publish-images.yaml
with:
build_type: pull-request
secrets: inherit