Skip to content

Commit

Permalink
I would like for this to work
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 2, 2024
1 parent d1b4069 commit cd19fb6
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"]') && !github.event.pull_request.draft
${{ !contains(github.event.pull_request.title, 'WIP') }} && !github.event.pull_request.draft
steps:
- name: Checkout Pyomo source
uses: actions/checkout@v4
Expand Down

0 comments on commit cd19fb6

Please sign in to comment.