From 7c098c9cd8f608d915b9ef41be8225ba09a9dc45 Mon Sep 17 00:00:00 2001 From: David Fernandez Date: Mon, 20 Apr 2026 14:34:46 -0300 Subject: [PATCH] ci: skip branch and commit validation for release-please PRs Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/validate-commits.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate-commits.yml b/.github/workflows/validate-commits.yml index 931e434..b3d6d90 100644 --- a/.github/workflows/validate-commits.yml +++ b/.github/workflows/validate-commits.yml @@ -7,9 +7,11 @@ 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 lint-charts: