We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c781699 commit 239887dCopy full SHA for 239887d
.github/workflows/ci.yml
@@ -23,7 +23,9 @@ jobs:
23
spm:
24
name: Swift Package Manager 5.4
25
runs-on: macOS-11
26
- concurrency: spm
+ concurrency:
27
+ group: spm-${{ github.run_id }}
28
+ cancel-in-progress: false
29
env:
30
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
31
steps:
@@ -45,7 +47,9 @@ jobs:
45
47
carthage:
46
48
name: Carthage
49
- concurrency: carthage
50
51
+ group: carthage-${{ github.run_id }}
52
53
54
55
strategy:
0 commit comments