Skip to content

Commit 7b7001c

Browse files
committed
ci: skip droplet integration matrix for external fork PRs
1 parent a477d4b commit 7b7001c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
integration:
5959
needs: [docs-scope]
60-
if: needs.docs-scope.outputs.docs_only != 'true'
60+
if: needs.docs-scope.outputs.docs_only != 'true' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
6161
runs-on: *default-runner
6262
strategy:
6363
fail-fast: false

0 commit comments

Comments
 (0)