Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
ci: update rules for triggering all_test_steps (#32442)
Browse files Browse the repository at this point in the history
ci: update rules for trigger all_test_steps
(cherry picked from commit 3fa3d26)
  • Loading branch information
yihau authored and mergify[bot] committed Jul 10, 2023
1 parent 03eeb8c commit cf63bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,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

Expand Down
2 changes: 1 addition & 1 deletion ci/buildkite-solana-private.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf63bf9

Please sign in to comment.