Skip to content

Add publish workflows #92

Add publish workflows

Add publish workflows #92

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:
run-checks:
uses: ./.github/workflows/checks-and-builds.yaml

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

View workflow run for this annotation

GitHub Actions / pr

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yaml (Line: 14, Col: 11): Error from called workflow rapidsai/rapids-build-backend/.github/workflows/checks-and-builds.yaml@482dcc3b41f30c6e4634d5583d3eb285f086c58f (Line: 41, Col: 9): Job 'publish-wheels' depends on unknown job 'build-wheels'.
with:
publish: false
secrets: inherit