Skip to content

Commit

Permalink
This might be it now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 2, 2024
1 parent 595d53a commit a471b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: lint/style-and-typos
runs-on: ubuntu-latest
if: |
contains(github.event.pull_request.title, '[WIP]') != true && !github.event.pull_request.draft
contains(github.event.pull_request.title, 'WIP') != true && !github.event.pull_request.draft
steps:
- name: Checkout Pyomo source
uses: actions/checkout@v4
Expand Down

0 comments on commit a471b5a

Please sign in to comment.