Skip to content

Commit

Permalink
ci: do not skip draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Mar 7, 2024
1 parent f46349e commit 8b89c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:
jobs:
build_and_test:
name: Build and test
if: ( ! github.event.pull_request.draft )
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 8b89c30

Please sign in to comment.