Fix no match files change case (#20981)
This commit is contained in:
parent
c851d643b3
commit
fa22836cfb
1
.github/actions/smart-ci/smart_ci.py
vendored
1
.github/actions/smart-ci/smart_ci.py
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user