We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6614a90 commit 9e90b16Copy full SHA for 9e90b16
1 file changed
.github/workflows/on_pr.yml
@@ -11,6 +11,10 @@ on:
11
- reopened
12
- synchronize
13
14
+concurrency:
15
+ group: ${{ github.workflow }}-${{ github.ref }}
16
+ cancel-in-progress: true
17
+
18
jobs:
19
test:
20
uses: ./.github/workflows/test.yml
0 commit comments