Skip to content

Commit

Permalink
disable nightly docs deploy on forks (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp authored Mar 26, 2024
1 parent db5f718 commit cc7533a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
- name: Trigger deploy hook
run: curl ${{ env.NETLIFY_DOCS_PRODUCTION_DEPLOY_HOOK }} -X POST

0 comments on commit cc7533a

Please sign in to comment.