Skip to content

Commit

Permalink
Remove WIP branch name check.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Nov 9, 2023
1 parent 1f605fc commit 1f029c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1f029c8

Please sign in to comment.