Skip to content

Commit 5bcd170

Browse files
committed
don't build docs on forks
1 parent e73d97c commit 5bcd170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26+
if: github.repository_owner == 'cap-js-community' # don't build on forks
2627
defaults:
2728
run:
2829
working-directory: docs

0 commit comments

Comments
 (0)