Skip to content

Commit

Permalink
fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 7, 2024
1 parent ee02cdf commit 67d98a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crash_repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
macos:
name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} MATLAB
runs-on: macos-${{ matrix.macos-version }}
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
strategy:
matrix:
include:
Expand All @@ -70,7 +69,6 @@ jobs:
windows:
name: AMD64 Windows 2022 MATLAB
runs-on: windows-2022
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 67d98a1

Please sign in to comment.