mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
ci(documentation): add repository_owner check (#7205)
This commit is contained in:
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build documentation
|
name: Build documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'discordjs'
|
||||||
outputs:
|
outputs:
|
||||||
BRANCH_NAME: ${{ steps.env.outputs.BRANCH_NAME }}
|
BRANCH_NAME: ${{ steps.env.outputs.BRANCH_NAME }}
|
||||||
BRANCH_OR_TAG: ${{ steps.env.outputs.BRANCH_OR_TAG }}
|
BRANCH_OR_TAG: ${{ steps.env.outputs.BRANCH_OR_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user