We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0376b64 commit 6b9a138Copy full SHA for 6b9a138
.github/workflows/ci.yml
@@ -14,12 +14,11 @@ concurrency:
14
cancel-in-progress: true
15
16
jobs:
17
- xcodebuild-test:
18
- name: xcodebuild-test
+ xcodebuild:
+ name: xcodebuild
19
if: |
20
!contains(github.event.head_commit.message, '[ci skip]') &&
21
- !contains(github.event.head_commit.message, '[ci skip test]') &&
22
- !contains(github.event.head_commit.message, '[ci skip test_macos]')
+ !contains(github.event.head_commit.message, '[ci skip build]')
23
runs-on: macos-latest
24
strategy:
25
matrix:
0 commit comments