From e655124da804614700c82eca685cf7638ae52799 Mon Sep 17 00:00:00 2001 From: Polina Sizintseva Date: Wed, 15 Apr 2026 12:11:24 +0300 Subject: [PATCH] chore(ci): skip test PR jobs for release-please branches Signed-off-by: Polina Sizintseva --- .github/workflows/test_pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 7c6022bb..fd204e56 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -13,6 +13,7 @@ concurrency: jobs: detect-changes: name: Detect changed file groups + if: ${{ github.event_name != 'pull_request' || !startsWith(github.event.pull_request.head.ref, 'release-please--') }} runs-on: ubuntu-22.04 timeout-minutes: 10 permissions: