Skip to content

Commit

Permalink
ci: trigger downstream pipeline when cargo-[test|build]-[bpf|sbf] is …
Browse files Browse the repository at this point in the history
…modified (solana-labs#29390)
  • Loading branch information
yihau authored and nickfrosty committed Jan 4, 2023
1 parent 3f1a62b commit 5196797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ EOF
^programs/ \
^sdk/ \
^scripts/build-downstream-projects.sh \
cargo-build-bpf$ \
cargo-test-bpf$ \
cargo-build-sbf$ \
cargo-test-sbf$ \
; then
cat >> "$output_file" <<"EOF"
- command: "scripts/build-downstream-projects.sh"
Expand Down

0 comments on commit 5196797

Please sign in to comment.