diff --git a/.buildkite/commands/run-ui-tests.sh b/.buildkite/commands/run-ui-tests.sh index 407557610e8..2e7df8d6230 100755 --- a/.buildkite/commands/run-ui-tests.sh +++ b/.buildkite/commands/run-ui-tests.sh @@ -1,7 +1,7 @@ #!/bin/bash -eu if .buildkite/commands/should-skip-ui-tests.sh > /dev/null 2>&1; then - echo "Skipping UI Tests as only documentation, tooling and non-code files were changed" + echo "Skipping UI Tests as only documentation, tooling and/or non-code files were changed" | tee >(buildkite-agent annotate) exit 0 fi