We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e95bd commit d1f0503Copy full SHA for d1f0503
.github/workflows/ci.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
pull_request:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9
+ cancel-in-progress: true
10
+
11
env:
12
COVERAGE: '0'
13
0 commit comments