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 3b72455 commit f60c624
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 @@ -53,6 +53,7 @@ jobs:
# commit.
run: |
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 f60c624

Please sign in to comment.