Skip to content

Remove redundant concurrency #41

Remove redundant concurrency

Remove redundant concurrency #41

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:
conda-build:
uses: ./.github/workflows/checks.yaml
with:
publish: false
secrets: inherit