We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b67e0 commit 0108d5dCopy full SHA for 0108d5d
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
workflow_dispatch:
8
9
+concurrency:
10
+ group: ci-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
quality:
15
runs-on: ubuntu-latest
0 commit comments