From 916688555273481c4e2f83fbca250bc64b784290 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 21 Jan 2026 13:27:07 +0100 Subject: [PATCH] workflows/sync_patch-release: stop running on PR branches Signed-off-by: Patrik Oldsberg --- .github/workflows/sync_patch-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/sync_patch-release.yml b/.github/workflows/sync_patch-release.yml index 4e3a622007..636d3ad14b 100644 --- a/.github/workflows/sync_patch-release.yml +++ b/.github/workflows/sync_patch-release.yml @@ -5,11 +5,6 @@ on: - master paths: - '.patches/**' - pull_request: - branches: - - master - paths: - - '.patches/**' concurrency: group: sync-patch-release