From cab85243d0bf944ab1975de3cd5637c62875be7e Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 21 Feb 2024 10:17:53 -0800 Subject: [PATCH] Add manual trigger for codeowners workflow (#49314) --- .github/workflows/codeowners-legal.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/codeowners-legal.yml b/.github/workflows/codeowners-legal.yml index 85820b3fcf..0b7db0cf47 100644 --- a/.github/workflows/codeowners-legal.yml +++ b/.github/workflows/codeowners-legal.yml @@ -5,15 +5,7 @@ name: Codeowners - Legal # **Who does it impact**: Content writers and the GitHub legal team. on: - pull_request: - types: - - edited - - opened - - ready_for_review - - reopened - - synchronize - paths: - - 'content/**' + workflow_dispatch: permissions: contents: read