Merge pull request #4709 from martin-frbg/docsbuildbranch

Don't try to deploy docs when PR-building in a fork
This commit is contained in:
Martin Kroeker
2024-05-26 14:01:05 +02:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ on:
jobs:
build:
name: Deploy docs
if: "github.repository == 'OpenMathLib/OpenBLAS'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2