Skip to content

Commit

Permalink
ci: Workaround issue where PRs are not triggering tertiary workflows (#…
Browse files Browse the repository at this point in the history
…36335)

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Sep 25, 2024
1 parent bb3aea8 commit 5483ffe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/envoy-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ permissions:
on:
workflow_run:
workflows:
- Envoy/Prechecks
# Workaround issue with PRs not triggering tertiary workflows
- Request
# - Envoy/Prechecks
types:
- completed

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/envoy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ permissions:
on:
workflow_run:
workflows:
- Envoy/Prechecks
# Workaround issue with PRs not triggering tertiary workflows
- Request
# - Envoy/Prechecks
types:
- completed

Expand Down

0 comments on commit 5483ffe

Please sign in to comment.