ci: set env var NIGHTLY_RUN while checking the apps readme files

sometimes we may want to build & test on only a specific set of targets,
add `NIGHTLY_RUN == "1"` for this use case
pull/12486/head
Fu Hanxi 2023-10-16 12:07:47 +02:00
rodzic 2eb5123403
commit 6944d17be9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 19399699CF3C4B16
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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,