Skip to content

Add event_name for concurrency consistent with the rest of RAPIDS. #44

Add event_name for concurrency consistent with the rest of RAPIDS.

Add event_name for concurrency consistent with the rest of RAPIDS. #44

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
with:
publish: false
secrets: inherit