Skip to content

Commit

Permalink
Add back error message unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Feb 27, 2024
1 parent 108bec3 commit 64ad139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/staleness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64ad139

Please sign in to comment.