Skip to content

Commit 9165bcc

Browse files
authored
Merge pull request #346 from dsweber2/patch-1
ci: stop building pkgdown on forks
2 parents 5c5b70e + f441c44 commit 9165bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pkgdown.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ name: pkgdown
1515

1616
jobs:
1717
pkgdown:
18+
# only build docs on the main repository and not forks
19+
if: github.repository_owner == 'cmu-delphi'
1820
runs-on: ubuntu-latest
1921
# Only restrict concurrency for non-PR jobs
2022
concurrency:

0 commit comments

Comments
 (0)