We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33af5a9 commit 060e81dCopy full SHA for 060e81d
1 file changed
tools/ci_new_boards_check.py
@@ -42,6 +42,7 @@
42
missing_boards = set(info_boards) - set(ci_boards)
43
44
if missing_boards:
45
+ ok = False
46
print('Boards missing in {}:'.format(workflow_file))
47
for board in missing_boards:
48
print(board)
0 commit comments