From e7cf90133640d7d34b2f6d35d34b0f88d8f0c9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sat, 11 Jul 2026 22:38:37 +0200 Subject: [PATCH] chore(cd): don't run release please on release --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32e7ad8..bc94094 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,5 +111,6 @@ jobs: - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 with: + skip-github-pull-request: "${{ startsWith(github.event.head_commit.message, 'release: ') }}" token: ${{ secrets.GITHUB_TOKEN }} target-branch: ${{ github.ref_name }}