diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 754e86ac..b37c1ffd 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -3,7 +3,8 @@ name: Commitlint on: pull_request jobs: - publish: + lint: + if: ${{ !startsWith(github.head_ref, 'dependabot/') }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2