Skip to content

Commit

Permalink
Re-add draft check
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 19, 2024
1 parent ae2794b commit 904ab98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
# We use a single job to ensure that all steps
# run in the same environment and reduce the number of minutes used.
# We use a single job to ensure that all steps run in the same environment and
# reduce the number of minutes used.
pr-tests:
# Don't run on draft PRs
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 904ab98

Please sign in to comment.