From 1ca03f96b20cef13b352ab18dc621f04313b6d68 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 21 Oct 2020 10:14:21 -0700 Subject: [PATCH] check repo is docs-internal in both jobs (#677) --- .github/workflows/first-responder-docs-content.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-responder-docs-content.yml b/.github/workflows/first-responder-docs-content.yml index ef2521d6c2..179f6d1060 100644 --- a/.github/workflows/first-responder-docs-content.yml +++ b/.github/workflows/first-responder-docs-content.yml @@ -53,7 +53,7 @@ jobs: first-responder-remove-pr: name: Remove PR from FR project board - if: (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed' + if: github.repository == 'github/docs-internal' && (github.event.label.name == 'docs-content-fr' && github.event.action == 'unlabeled') || github.event.action == 'closed' runs-on: ubuntu-latest steps: