Skip to content

Commit

Permalink
chore: comment out skipping Draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Jan 20, 2024
1 parent 5190c36 commit d43cabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ env:

jobs:
build:
if: github.event.pull_request.draft == false
# Uncomment the following to disable checks and tests for Draft pull requests.
# if: github.event.pull_request.draft == false
outputs:
artifacts-sha256: ${{ steps.compute-hash.outputs.artifacts-sha256 }}
name: Build Python ${{ matrix.python }} on ${{ matrix.os }}
Expand Down

0 comments on commit d43cabe

Please sign in to comment.