Error on staleness failure

pull/14623/head
Mike Kruskal 1 year ago
parent dd53f9f362
commit 63a3a849d9
  1. 1
      .github/workflows/staleness_check.yml

@ -50,6 +50,7 @@ jobs:
# tests along with user changes. Any stale files will be automatically fixed in a follow-up
# commit.
run: |
set -ex
if [[ -z $COMMIT_TRIGGERED_RUN || -z $MAIN_RUN ]]; then
bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS
else

Loading…
Cancel
Save