From 9263fd1c884de30dedc5b15b5cbaf05dba31fdcf Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Tue, 2 Apr 2024 13:07:59 -0600 Subject: [PATCH] Try draft only first --- .github/workflows/test_pr_and_main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test_pr_and_main.yml b/.github/workflows/test_pr_and_main.yml index e6dc75ae665..f8d70e72a7b 100644 --- a/.github/workflows/test_pr_and_main.yml +++ b/.github/workflows/test_pr_and_main.yml @@ -39,9 +39,7 @@ jobs: lint: name: lint/style-and-typos runs-on: ubuntu-latest - if: | - ${{ !github.event.pull_request.draft }} && - contains(github.event.pull_request.title, 'WIP') + if: ${{ !github.event.pull_request.draft }} steps: - name: Checkout Pyomo source uses: actions/checkout@v4