Skip to content

Commit 7f91802

Browse files
committed
ci: clearer logic
1 parent e174ea9 commit 7f91802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composite-mex/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ runs:
1111
uses: matlab-actions/run-build@v2
1212
with:
1313
startup-options: ${{ matrix.startup-options }} -logfile ${{ matrix.release }}-${{ runner.os }}-test.log
14-
tasks: ${{ matrix.release < 'R2024b' && !startsWith(matrix.release, 'latest') && 'test_mex test_exe' || 'test:mex test:exe' }}
14+
tasks: ${{ matrix.release > 'R2024b' || startsWith(matrix.release, 'latest') && 'test:mex test:exe' || 'test_mex test_exe' }}

0 commit comments

Comments
 (0)