From 67d98a18209b4ef674703e71db59199bb159ca5e Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 7 Jun 2024 15:49:51 -0400 Subject: [PATCH] fix yml syntax --- .github/workflows/crash_repro.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/crash_repro.yml b/.github/workflows/crash_repro.yml index 22dd4999beaeb..550bd0b0b48ee 100644 --- a/.github/workflows/crash_repro.yml +++ b/.github/workflows/crash_repro.yml @@ -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: @@ -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