From 28458866a28fc6bf4cde0bba95645e4755f0369b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Sat, 11 Jul 2026 22:38:31 +0200 Subject: [PATCH] chore(cd): don't run release please on release --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25b7f62..f93174e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,6 +87,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 }} - skip-github-pull-request: "${{ startsWith(github.event.head_commit.message, 'release: ') }}"