Skip to content

Commit 2aeee6a

Browse files
committed
Fix
1 parent 558f8b6 commit 2aeee6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: ["*"]
88

9+
concurrency:
10+
group: ci-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
macos_build:
1115
name: MacOS (${{ matrix.OS }})

0 commit comments

Comments
 (0)