We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28c4876 + 1c660ee commit 2ab3bf8Copy full SHA for 2ab3bf8
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,10 @@ on:
7
- main
8
pull_request:
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref_name }}
12
+ cancel-in-progress: false
13
+
14
jobs:
15
test:
16
name: Test
0 commit comments