ci: trigger downstream pipeline when cargo-[test|build]-[bpf|sbf] is modified (#29390)

This commit is contained in:
Yihau Chen 2022-12-23 20:56:30 +08:00 committed by GitHub
parent 968b158494
commit 0f99f70519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"