Skip to content

Commit 0f80d9d

Browse files
committed
Slightly reduce diff
1 parent a53e6b1 commit 0f80d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
- name: Test
329329
uses: ./.github/actions/test-macos
330330
- name: Test Tracing JIT
331-
if: ${{ matrix.os != '14' || !matrix.zts }}
331+
if: matrix.os != '14' || !matrix.zts
332332
uses: ./.github/actions/test-macos
333333
with:
334334
jitType: tracing
@@ -342,7 +342,7 @@ jobs:
342342
-d zend_extension=opcache.so
343343
-d opcache.enable_cli=1
344344
- name: Test Function JIT
345-
if: ${{ matrix.os != '14' || !matrix.zts }}
345+
if: matrix.os != '14' || !matrix.zts
346346
uses: ./.github/actions/test-macos
347347
with:
348348
jitType: function

0 commit comments

Comments
 (0)