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 40962a5 commit 58807b9Copy full SHA for 58807b9
.github/workflows/pull_request.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, reopened, synchronize]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
tests:
13
name: Test
0 commit comments