Skip to content

Commit 73649ab

Browse files
committed
Add concurrency setup
1 parent 5271ba7 commit 73649ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/swift.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
2-
name: "ci"
2+
name: "CI"
33

44
on:
55
push:
66
branches: [main]
77
pull_request:
88
branches: [main]
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
test:
1216
runs-on: macOS-latest

0 commit comments

Comments
 (0)