From d116528083870fdc2e026cb9befe34616a808247 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:30:47 -0700 Subject: [PATCH] Debug content strategy codeowners workflow (#40310) --- .github/workflows/codeowners-content-strategy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeowners-content-strategy.yml b/.github/workflows/codeowners-content-strategy.yml index e6d4d545d7..8b777ebd10 100644 --- a/.github/workflows/codeowners-content-strategy.yml +++ b/.github/workflows/codeowners-content-strategy.yml @@ -7,8 +7,8 @@ name: Codeowners - Content Strategy on: pull_request: paths: - - '/contributing/content-*.md' - - '/content/contributing/**.md' + - 'contributing/content-*.md' + - 'content/contributing/**.md' jobs: codeowners-content-strategy: