diff --git a/.github/workflows/trigger-pr-actions-detective.yml b/.github/workflows/trigger-pr-actions-detective.yml index ef9bb6b2..d326feb9 100644 --- a/.github/workflows/trigger-pr-actions-detective.yml +++ b/.github/workflows/trigger-pr-actions-detective.yml @@ -3,7 +3,7 @@ name: Trigger PR Actions Detective on: workflow_run: - workflows: ["CI", "Build", "Test"] + workflows: ["Internal: CI", "Internal: Tests", "CI", "Build", "Test"] types: [completed] permissions: diff --git a/gh-agent-workflows/pr-actions-detective/example.yml b/gh-agent-workflows/pr-actions-detective/example.yml index cd6666ad..13f0fcf3 100644 --- a/gh-agent-workflows/pr-actions-detective/example.yml +++ b/gh-agent-workflows/pr-actions-detective/example.yml @@ -1,7 +1,7 @@ name: PR Actions Detective on: workflow_run: - workflows: ["CI", "Build", "Test"] + workflows: ["Internal: CI", "Internal: Tests", "CI", "Build", "Test"] types: [completed] permissions: