From 8bd96570b927415b6f5a7421861da4067e045abc Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Tue, 2 Apr 2024 13:43:32 -0600 Subject: [PATCH] The syntax is killing me --- .github/workflows/test_pr_and_main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index 3c946748e0d..3bbd34e185e 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -40,7 +40,7 @@ jobs: name: lint/style-and-typos runs-on: ubuntu-latest if: | - ${{ !contains(github.event.pull_request.title, 'WIP') }} + startsWith(github.event.pull_request.title, '[WIP]') != true steps: - name: Checkout Pyomo source uses: actions/checkout@v4