ci(documentation): add repository_owner check (#7205)

This commit is contained in:
Rodry 2022-01-08 00:35:20 +00:00 committed by GitHub
parent ef6f035b5d
commit dbf5ce3e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}