From 5483ffe60cc2b51a22f7893eba66755b883bed5c Mon Sep 17 00:00:00 2001 From: phlax Date: Wed, 25 Sep 2024 12:15:04 +0100 Subject: [PATCH] ci: Workaround issue where PRs are not triggering tertiary workflows (#36335) Signed-off-by: Ryan Northey --- .github/workflows/envoy-checks.yml | 4 +++- .github/workflows/envoy-publish.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/envoy-checks.yml b/.github/workflows/envoy-checks.yml index 9072004f60c1..5205d6863c9d 100644 --- a/.github/workflows/envoy-checks.yml +++ b/.github/workflows/envoy-checks.yml @@ -6,7 +6,9 @@ permissions: on: workflow_run: workflows: - - Envoy/Prechecks + # Workaround issue with PRs not triggering tertiary workflows + - Request + # - Envoy/Prechecks types: - completed diff --git a/.github/workflows/envoy-publish.yml b/.github/workflows/envoy-publish.yml index 12c117f8450d..b6a0e89baca3 100644 --- a/.github/workflows/envoy-publish.yml +++ b/.github/workflows/envoy-publish.yml @@ -9,7 +9,9 @@ permissions: on: workflow_run: workflows: - - Envoy/Prechecks + # Workaround issue with PRs not triggering tertiary workflows + - Request + # - Envoy/Prechecks types: - completed