Skip to content

Commit df6f6e4

Browse files
committed
chore: add comment
1 parent 914a94b commit df6f6e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-change-set.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
permissions:
1515
contents: read
1616

17-
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency
17+
# Cancel existing running workflows for a PR when a new change is pushed
18+
# to that PR. See also: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency
1819
concurrency:
1920
group: ${{ github.workflow }}-${{ github.ref }}
2021
cancel-in-progress: true

0 commit comments

Comments
 (0)