Skip to content

Commit

Permalink
compatibility: use a boolean literal
Browse files Browse the repository at this point in the history
  • Loading branch information
zerbina committed Aug 8, 2024
1 parent 1034bdc commit 0e015b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Build binaries with most recent GCC version
runs-on: ubuntu-24.04
# Don't run for draft PRs
if: github.event_name != 'pull_request' || github.event.pull_request.draft == 'false'
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0e015b5

Please sign in to comment.