Dont run docs ci on prs from forks (#257)

This commit is contained in:
Freddy Boulton
2025-04-04 15:38:55 -04:00
committed by GitHub
parent 3147b5979c
commit d7995b8116

View File

@@ -16,6 +16,7 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false)
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials