mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
ci: don't run website deployment on forks
This commit is contained in:
parent
f2acb98ef2
commit
91f869c32a
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user