docs: avoid building docs draft for pull requests from fork (#7493)
This commit is contained in:
parent
eb4e6ae87e
commit
7f42a5be36
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-docs-draft.yml
vendored
1
.github/workflows/deploy-docs-draft.yml
vendored
|
|
@ -14,6 +14,7 @@ concurrency:
|
|||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: "! github.event.pull_request.head.repo.fork"
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue