We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 526ebb2 + 9462b0b commit 1cecd9aCopy full SHA for 1cecd9a
1 file changed
.github/workflows/e2e.yml
@@ -8,6 +8,10 @@ on:
8
paths:
9
- '.github/workflows/e2e.yml'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}
13
+ cancel-in-progress: true
14
+
15
permissions:
16
contents: write
17
issues: write
0 commit comments