Skip to content

begin separating workflows #5

begin separating workflows

begin separating workflows #5

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-action-workflows/.github/workflows/[email protected]
checks:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
enable_check_pr_job_dependencies: false
build-and-test-wheels:
uses: ./build_and_test_wheels.yaml

Check failure on line 27 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yaml

Invalid workflow file

invalid value workflow reference: no version specified