We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff72c39 commit 761f687Copy full SHA for 761f687
.github/workflows/pr-change-set.yaml
@@ -14,6 +14,12 @@ on:
14
permissions:
15
contents: read
16
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
19
+concurrency:
20
+ group: ${{ github.workflow }}-${{ github.ref }}
21
+ cancel-in-progress: true
22
+
23
jobs:
24
build:
25
uses: ./.github/workflows/_build.yaml
0 commit comments