Skip to content

Commit 4112676

Browse files
committed
feat(CI): Update workflow
1 parent 728728a commit 4112676

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
name: xcodebuild-test
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 test]')
2322
runs-on: macos-latest
2423
strategy:
2524
matrix:

0 commit comments

Comments
 (0)