From f152431777ce30fffd4fdebabc075939a70b41b7 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:11:49 +0100 Subject: [PATCH] fix(ci): `if not draft` --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2dc130..dc8708e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,11 @@ on: branches: ["main"] pull_request: branches: ["main"] - if: github.event.pull_request.draft == false jobs: lint-and-types: + if: github.event.pull_request.draft == false + runs-on: ubuntu-latest strategy: @@ -27,6 +28,8 @@ jobs: - run: node --run type-check tests: + if: github.event.pull_request.draft == false + strategy: fail-fast: false matrix: