From 62568cc2619d440fb60d393cc60dc234e13f9ae7 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Fri, 30 Aug 2024 21:53:06 +0200 Subject: [PATCH] Update code-style.yml --- .github/workflows/code-style.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index e2849ea..040d6b4 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -11,6 +11,7 @@ permissions: jobs: code-style: + if: github.event.pull_request.draft == false runs-on: ubuntu-latest permissions: @@ -32,7 +33,7 @@ jobs: COMPOSER: composer.json run: composer install --prefer-dist --no-progress - # run php-cs-fixer, fix code styles + # run php-cs-fixer - name: Run PHP CS Fixer run: composer cs-fix