Skip to content

Commit

Permalink
modify pipeline to run selftest on fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybumsted committed Oct 2, 2024
1 parent 72865f0 commit b5e4ed9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ steps:
- plugin-linter#v3.3.0:
id: shellcheck

- label: selftest - fork
plugins:
- ${BUILDKITE_PULL_REQUEST_REPO}#${BUILDKITE_COMMIT}:
files:
- hooks/*
- buildkite/*.sh
if: build.pull_request.repository.fork == true

- label: selftest
plugins:
- shellcheck#${BUILDKITE_COMMIT}:
files:
- hooks/*
- buildkite/*.sh
if: build.pull_request.repository.fork == false

0 comments on commit b5e4ed9

Please sign in to comment.