Skip to content

Commit

Permalink
Update pull_request_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rowlandgeoff authored Oct 22, 2024
1 parent 7e63c4f commit 77030c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pull_request_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ steps:
ci/license_check.sh -m 4G
- label: "Docs bump check"
if: build.pull_request.id != null
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
watch:
- path: .buildkite
config:
command: "buildkite-agent pipeline upload bump-sh-ci.sh"
command: "buildkite-agent pipeline upload .buildkite/bump-sh-ci.sh"

- label: ":rspec: Ruby unit tests"
key: "ruby-unit-tests"
Expand Down

0 comments on commit 77030c6

Please sign in to comment.