We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7967c61 commit 74ae4d9Copy full SHA for 74ae4d9
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches: ['main']
6
pull_request:
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
jobs:
11
tests:
12
runs-on: ${{ matrix.os }}
0 commit comments