docs: avoid building docs draft for pull requests from fork (#7493)

This commit is contained in:
Ronnie Miller 2025-04-07 15:01:20 -07:00 committed by GitHub
commit 7f42a5be36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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