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

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

View File

@ -181,6 +181,10 @@ all_test_steps() {
^fetch-perf-libs.sh \
^programs/ \
^sdk/ \
cargo-build-bpf$ \
cargo-test-bpf$ \
cargo-build-sbf$ \
cargo-test-sbf$ \
; then
cat >> "$output_file" <<"EOF"
- command: "ci/test-stable-sbf.sh"