Skip to content

just wheel build for the first build #686

just wheel build for the first build

just wheel build for the first build #686

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:
pr-builder:

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

View workflow run for this annotation

GitHub Actions / pr

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
needs:
- wheel-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
wheel-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
script: ci/build_wheel.sh