Skip to content

Commit

Permalink
Merge pull request #4709 from martin-frbg/docsbuildbranch
Browse files Browse the repository at this point in the history
Don't try to deploy docs when PR-building in a fork
  • Loading branch information
martin-frbg authored May 26, 2024
2 parents 7721168 + 172d918 commit cf7e668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
name: Deploy docs
if: "github.repository == 'OpenMathLib/OpenBLAS'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cf7e668

Please sign in to comment.