mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Improve on-demand coverage for Shippable.
This commit is contained in:
@@ -965,7 +965,7 @@ def detect_changes(args):
|
||||
:type args: TestConfig
|
||||
:rtype: list[str] | None
|
||||
"""
|
||||
if is_shippable():
|
||||
if args.changed and is_shippable():
|
||||
display.info('Shippable detected, collecting parameters from environment.')
|
||||
paths = detect_changes_shippable(args)
|
||||
elif args.changed_from or args.changed_path:
|
||||
|
||||
Reference in New Issue
Block a user