diff --git a/.github/workflows/phpcbf-check.yml b/.github/workflows/phpcbf-check.yml index 23264c9e0..e7d195563 100644 --- a/.github/workflows/phpcbf-check.yml +++ b/.github/workflows/phpcbf-check.yml @@ -32,12 +32,6 @@ jobs: run: | ./vendor/bin/phpcbf -q --parallel=1 src templates assets -# report-phpcbf: -# needs: phpcbf -# if: ${{ always() && contains(needs.*.result, 'failure') }} -# runs-on: ubuntu-latest -# steps: - - name: Find Comment if: steps.cbf.outcome == 'failure' uses: peter-evans/find-comment@v3