From 1f029c8461ea7b96645114d65cce8b3d6cffe53d Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Thu, 9 Nov 2023 13:57:48 -0500 Subject: [PATCH] Remove WIP branch name check. --- dev/tasks/matlab/github.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev/tasks/matlab/github.yml b/dev/tasks/matlab/github.yml index 4e02b499ae94f..852f1177555fb 100644 --- a/dev/tasks/matlab/github.yml +++ b/dev/tasks/matlab/github.yml @@ -24,7 +24,6 @@ jobs: ubuntu: name: AMD64 Ubuntu 20.04 MATLAB runs-on: ubuntu-latest - if: ${{ !contains(github.event.pull_request.title, 'WIP') }} steps: - name: Check out repository uses: actions/checkout@v4 @@ -64,7 +63,6 @@ jobs: macos: name: AMD64 macOS 11 MATLAB runs-on: macos-latest - if: ${{ !contains(github.event.pull_request.title, 'WIP') }} steps: - name: Check out repository uses: actions/checkout@v4 @@ -104,7 +102,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