Commit c4079bde authored by Aarni Koskela's avatar Aarni Koskela
Browse files

CI: don't build docs in private PRs

parent 6974920b
...@@ -9,6 +9,7 @@ concurrency: ...@@ -9,6 +9,7 @@ concurrency:
jobs: jobs:
build: build:
if: github.repository == 'TimDettmers/bitsandbytes'
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
with: with:
commit_sha: ${{ github.event.pull_request.head.sha }} commit_sha: ${{ github.event.pull_request.head.sha }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment