diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index db85d2b6d0..5c016a8521 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -25,7 +25,8 @@ annotate() { } # Checks if a CI pull request affects one or more path patterns. Each -# argument is checked in series. +# pattern argument is checked in series. If one of them found to be affected, +# return immediately as such. # # Bash regular expressions are permitted in the pattern: # affects .rs$ -- any file or directory ending in .rs