Skip to content

Commit 6b9a138

Browse files
committed
feat(CI): Update workflow
1 parent 0376b64 commit 6b9a138

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
xcodebuild-test:
18-
name: xcodebuild-test
17+
xcodebuild:
18+
name: xcodebuild
1919
if: |
2020
!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]')
21+
!contains(github.event.head_commit.message, '[ci skip build]')
2322
runs-on: macos-latest
2423
strategy:
2524
matrix:

0 commit comments

Comments
 (0)