Skip to content

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

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

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

Workflow file for this run

name: "FormatCheck"
on:
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ startsWith(github.ref, 'refs/pull/') }}"
permissions:
contents: "read"
jobs:
format-check:
name: "FormatCheck"
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@v2"