We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c5b70e + f441c44 commit 9165bccCopy full SHA for 9165bcc
.github/workflows/pkgdown.yaml
@@ -15,6 +15,8 @@ name: pkgdown
15
16
jobs:
17
pkgdown:
18
+ # only build docs on the main repository and not forks
19
+ if: github.repository_owner == 'cmu-delphi'
20
runs-on: ubuntu-latest
21
# Only restrict concurrency for non-PR jobs
22
concurrency:
0 commit comments