We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc945f9 commit 9eef89cCopy full SHA for 9eef89c
1 file changed
.github/workflows/main.yml
@@ -12,6 +12,10 @@ on:
12
- develop
13
- /^release\/.*$/
14
15
+concurrency:
16
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
17
+ cancel-in-progress: true
18
+
19
jobs:
20
Docs:
21
runs-on: ubuntu-20.04
0 commit comments