Skip to content

Commit

Permalink
Try draft only first
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 2, 2024
1 parent 830b655 commit 9263fd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9263fd1

Please sign in to comment.