There was an error while loading. Please reload this page.
1 parent 3863e62 commit f1bad65Copy full SHA for f1bad65
1 file changed
.github/workflows/test_pages_build.yaml
@@ -16,8 +16,8 @@ permissions: {}
16
17
jobs:
18
run:
19
- # Only run in the canonical repository to avoid failures on forks
20
- if: ${{ github.repository == 'nfdi-de/dcat-ap-plus' }}
+ # Don't run for PRs from forks
+ if: github.event.pull_request.head.repo.full_name == github.repository
21
# Grant GITHUB_TOKEN the permissions required to make a gh-pages deployment
22
permissions:
23
contents: write # to let mkdocs write the new docs
0 commit comments