From 18e038e32ad46f5cf5dd6a7d76ed51fa84e6305b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sat, 11 Jul 2026 22:38:36 +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 5fbae48..0a9a5c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -108,5 +108,6 @@ jobs: - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 with: + skip-github-pull-request: "${{ startsWith(github.event.head_commit.message, 'release: ') }}" token: ${{ steps.app-token.outputs.token }} target-branch: ${{ github.ref_name }}