Skip to content

Commit b5e4ed9

Browse files
committed
modify pipeline to run selftest on fork PRs
1 parent 72865f0 commit b5e4ed9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,18 @@ steps:
1515
- plugin-linter#v3.3.0:
1616
id: shellcheck
1717

18+
- label: selftest - fork
19+
plugins:
20+
- ${BUILDKITE_PULL_REQUEST_REPO}#${BUILDKITE_COMMIT}:
21+
files:
22+
- hooks/*
23+
- buildkite/*.sh
24+
if: build.pull_request.repository.fork == true
25+
1826
- label: selftest
1927
plugins:
2028
- shellcheck#${BUILDKITE_COMMIT}:
2129
files:
2230
- hooks/*
2331
- buildkite/*.sh
32+
if: build.pull_request.repository.fork == false

0 commit comments

Comments
 (0)