From dbf5ce3e6c5019139d6c02d3de3fc70b76e35b26 Mon Sep 17 00:00:00 2001 From: Rodry <38259440+ImRodry@users.noreply.github.com> Date: Sat, 8 Jan 2022 00:35:20 +0000 Subject: [PATCH] ci(documentation): add repository_owner check (#7205) --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d5dcdaa63..75944cdc0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,6 +11,7 @@ jobs: build: name: Build documentation runs-on: ubuntu-latest + if: github.repository_owner == 'discordjs' outputs: BRANCH_NAME: ${{ steps.env.outputs.BRANCH_NAME }} BRANCH_OR_TAG: ${{ steps.env.outputs.BRANCH_OR_TAG }}