diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6455c74ee1..0c54c6ab8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ env: jobs: lint-commit: name: Lint Commit Message + if: github.event_name == 'pull_request' runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}