diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index c0c44ffe56..f56c108f6b 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -55,6 +55,8 @@ jobs: linter: name: 'Frappe Linter' runs-on: ubuntu-latest + if: github.event_name == 'pull_request' + steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4