Skip to content

[PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows #218

[PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows

[PATCH] Add cancel-in-progress concurrency block to PR-triggered consumer workflows #218

Workflow file for this run

name: "VersionCheck"
on:
pull_request: ~
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ startsWith(github.ref, 'refs/pull/') }}"
permissions:
contents: "read"
pull-requests: "read"
jobs:
version-check:
name: "VersionCheck"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"