Skip to content

Commit 19185f4

Browse files
authored
ci: stop building pkgdown on forks
this makes it so that pkgdown will only run on branches owned by cmu-delphi directly
1 parent 62da4d5 commit 19185f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ name: pkgdown
1515

1616
jobs:
1717
pkgdown:
18+
if: github.repository_owner == 'cmu-delphi'
1819
runs-on: ubuntu-latest
1920
# Only restrict concurrency for non-PR jobs
2021
concurrency:

0 commit comments

Comments
 (0)