mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Improve on-demand coverage for Shippable.
This commit is contained in:
parent
5cb5228cde
commit
fdcad0f44d
10 changed files with 48 additions and 20 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue