diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 353d810e5..b4fc5449d 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -8,6 +8,7 @@ on: jobs: commitlint: name: commitlint + if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2