Skip to content

Commit

Permalink
ci: don't run website deployment on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored and martinvonz committed Nov 1, 2024
1 parent f2acb98 commit 91f869c
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 @@ -10,6 +10,7 @@ permissions:

jobs:
prerelease-docs-build-deploy:
if: github.repository_owner == 'martinvonz' # Stops this job from running on forks
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 91f869c

Please sign in to comment.