Fix no match files change case (#20981)

This commit is contained in:
Alina Kladieva 2023-11-09 12:07:47 +01:00 committed by GitHub
parent c851d643b3
commit fa22836cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,7 @@ def main():
component_name = component_name_from_label(label, args.pattern)
all_possible_components.add(component_name if component_name else label)
no_match_files_changed = False
# For now, we don't want to apply smart ci rules for post-commits
is_postcommit = not pr
if is_postcommit: