diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 82c31797..ad9a15fb 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,7 +7,9 @@ on: jobs: branch-name: + if: ${{ !startsWith(github.head_ref, 'release-please--') }} uses: nullplatform/actions-nullplatform/.github/workflows/branch-validation.yml@main commitlint: + if: ${{ !startsWith(github.head_ref, 'release-please--') }} uses: nullplatform/actions-nullplatform/.github/workflows/conventional-commit.yml@main