diff --git a/tools/ci/check_build_test_rules.py b/tools/ci/check_build_test_rules.py index 9eaab86430..fc61312943 100755 --- a/tools/ci/check_build_test_rules.py +++ b/tools/ci/check_build_test_rules.py @@ -518,6 +518,7 @@ if __name__ == '__main__': ) if arg.action == 'check-readmes': + os.environ['NIGHTLY_RUN'] = '1' check_readme( list(check_dirs), exclude_dirs=_exclude_dirs,