Skip to content

Merge remote-tracking branch 'upstream/branch-24.10' into ucx-1.17 #96

Merge remote-tracking branch 'upstream/branch-24.10' into ucx-1.17

Merge remote-tracking branch 'upstream/branch-24.10' into ucx-1.17 #96

Workflow file for this run

name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
with:
build_type: pull-request
pr-builder:
needs:
- build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10