diff --git a/.github/workflows/onpush_superlinter.yml b/.github/workflows/onpush_superlinter.yml index 39c57e068..3a69043c7 100644 --- a/.github/workflows/onpush_superlinter.yml +++ b/.github/workflows/onpush_superlinter.yml @@ -69,6 +69,7 @@ jobs: - name: Commit if needed uses: EndBug/add-and-commit@v9 + if: github.event_name != 'pull_request' with: commit: -u message: "GitHub bot: fix linting issues (nobuild)"