Skip to content

Revert "add with section" #124

Revert "add with section"

Revert "add with section" #124

Workflow file for this run

# Copyright (c) 2023, NVIDIA CORPORATION.
name: Build and test
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
pr-builder:
needs:
- checks
- build-and-test-wheels
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
enable_check_pr_job_dependencies: false
build-and-test-wheels:
uses: ./.github/workflows/build_and_test_wheels.yaml