We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f84162 commit 2a69f79Copy full SHA for 2a69f79
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
pull_request:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
build-and-test:
15
name: 'Build & Test'
0 commit comments