We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95208c3 commit ec85a9cCopy full SHA for ec85a9c
.github/workflows/main.yml
@@ -1,4 +1,5 @@
1
name: CI
2
+
3
on:
4
pull_request:
5
types:
@@ -9,7 +10,7 @@ permissions: {}
9
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
- cancel-in-progress: true
13
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
14
15
jobs:
16
test:
@@ -26,7 +27,7 @@ jobs:
26
27
- { os: macOS, scheme: SimpleKeychain-macOS }
28
- { os: tvOS, scheme: SimpleKeychain-tvOS }
29
xcode:
- - '14.2'
30
+ - '15.0.1'
31
32
steps:
33
- name: Checkout
@@ -59,7 +60,7 @@ jobs:
59
60
strategy:
61
matrix:
62
63
64
65
66
@@ -80,7 +81,7 @@ jobs:
80
81
82
83
84
85
86
87
0 commit comments