From 32a50eaf07f566bccde281d2486b1e214d627220 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 27 May 2026 00:42:26 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f60f6..f8dc5b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ permissions: jobs: style: name: Style Gate (Prettier) + if: ${{ github.event_name != 'pull_request' }} runs-on: ubuntu-latest environment: ci permissions: @@ -81,8 +82,6 @@ jobs: quality: name: Quality (Node ${{ matrix.node-version }}) - needs: - - style runs-on: ubuntu-latest environment: ci strategy: