From 2b9494cb7dd317c334c3ffcd3b38836ba2beafad Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 6 Apr 2024 05:01:47 +0200 Subject: [PATCH] Try this --- .github/workflows/cs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index d44224a..c80bc68 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -91,7 +91,7 @@ jobs: # The results of this CS check will be shown inline in the PR via the CS2PR tool. # @link https://github.com/staabm/annotate-pull-request-from-checkstyle/ - name: Check PHP code style for the changes made in the branch only - if: ${{ failure() && steps.thresholds.outputs.EXITCODE == 128 }} + if: ${{ failure() && steps.thresholds.outputs.EXITCODE != 128 }} id: phpcs run: composer check-branch-cs -- ${{ steps.base_branch.outputs.REF }}