We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc1411 commit b2cdf65Copy full SHA for b2cdf65
1 file changed
.github/workflows/main.yml
@@ -24,6 +24,10 @@ on:
24
- /^support\/.*$/
25
- /^ci\/.*$/
26
27
+concurrency:
28
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
29
+ cancel-in-progress: true
30
+
31
jobs:
32
Docs:
33
runs-on: ubuntu-20.04
0 commit comments