We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b4579 commit ae79b75Copy full SHA for ae79b75
.github/workflows/pull-request.yml
@@ -4,6 +4,9 @@ on:
4
branches: main
5
permissions:
6
contents: read
7
+concurrency:
8
+ group: pr/${{github.event.number}}
9
+ cancel-in-progress: true
10
jobs:
11
ci:
12
name: CI
0 commit comments