Skip to content

Merge branch 'main' into renovate/condaforge-miniforge3-26.x #618

Merge branch 'main' into renovate/condaforge-miniforge3-26.x

Merge branch 'main' into renovate/condaforge-miniforge3-26.x #618

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