From 5253c25bfac8eb4c429f275c5282677816c59d0a Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Fri, 2 Jun 2023 12:49:07 +0200 Subject: [PATCH] flowzone: remove ESR pattern from pull_request_target Backporting to ESR branches hits a flowzone error as both pull_request and pull_request_target run and this only works for master. Removing the pull_request_target run for ESR branches fixes this, but also removes the possibility of external pull requests into ESR branches, which we don't actually need. [skip ci] Changelog-entry: Remove pull_request_target event run for ESR targets Signed-off-by: Alex Gonzalez --- .github/workflows/flowzone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index d426f3b..1f65637 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -12,7 +12,6 @@ on: branches: - "main" - "master" - - '20[0-9][0-9].[0-1]?[1470].x' jobs: flowzone: