ci: trigger downstream pipeline when cargo-[test|build]-[bpf|sbf] is modified (#29390)
This commit is contained in:
parent
968b158494
commit
0f99f70519
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue