From 904ab98fabe5b20d62aff14bf48ad0d906c2a37f Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 19 Jul 2024 15:41:15 -0400 Subject: [PATCH] Re-add draft check --- .github/workflows/all-pr-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all-pr-tests.yml b/.github/workflows/all-pr-tests.yml index cc7f3de7..1449f96e 100644 --- a/.github/workflows/all-pr-tests.yml +++ b/.github/workflows/all-pr-tests.yml @@ -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