We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1155c80 commit 1577c30Copy full SHA for 1577c30
.github/workflows/staleness_check.yml
@@ -50,6 +50,7 @@ jobs:
50
# tests along with user changes. Any stale files will be automatically fixed in a follow-up
51
# commit.
52
run: |
53
+ set -ex
54
if [[ -z $COMMIT_TRIGGERED_RUN || -z $MAIN_RUN ]]; then
55
bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS || \
56
echo "Please run ./regenerate_stale_files.sh to regenerate stale files"
0 commit comments