ci: update rules for triggering all_test_steps (#32442)

ci: update rules for trigger all_test_steps
This commit is contained in:
Yihau Chen 2023-07-11 04:02:33 +08:00 committed by GitHub
parent d7250b10d9
commit 3fa3d266cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ pull_or_push_steps() {
# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then
if affects_other_than ^.mergify .md$ ^docs/ ^.gitbook; then
all_test_steps
fi

View File

@ -284,7 +284,7 @@ pull_or_push_steps() {
# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then
if affects_other_than ^.mergify .md$ ^docs/ ^.gitbook; then
all_test_steps
fi