Skip to content

Commit 268dd5c

Browse files
committed
fix(CI): Test workflow conditions
1 parent 1a50ad9 commit 268dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test_macos:
1111
if: |
1212
!startsWith(github.event.head_commit.message, '[ci skip]') &&
13-
!startsWith(github.event.head_commit.message, '[ci skip test]')
13+
!startsWith(github.event.head_commit.message, '[ci skip test]') &&
1414
!startsWith(github.event.head_commit.message, '[ci skip test_macos]')
1515
runs-on: macOS-12
1616
timeout-minutes: 30

0 commit comments

Comments
 (0)