Add back error message unconditionally

PiperOrigin-RevId: 611105036
pull/15987/head
Mike Kruskal 2024-02-28 08:04:32 -08:00 committed by Copybara-Service
parent 08523897a5
commit bda13f3bfa
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ jobs:
bazel-cache: staleness
bash: >
set -ex;
echo "Please run ./regenerate_stale_files.sh to regenerate stale files";
if [[ -z $COMMIT_TRIGGERED_RUN || -z $MAIN_RUN ]]; then
bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS;
else