kopia lustrzana https://github.com/espressif/esp-idf
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 casepull/12486/head
rodzic
2eb5123403
commit
6944d17be9
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue