diff --git a/.github/scripts/test_behavior/plan.py b/.github/scripts/test_behavior/plan.py index 164d50c77b01..a159c5571cab 100755 --- a/.github/scripts/test_behavior/plan.py +++ b/.github/scripts/test_behavior/plan.py @@ -48,6 +48,7 @@ def provided_cases() -> list[dict[str, str]]: } for service in os.listdir(root_dir) for setup in os.listdir(os.path.join(root_dir, service)) + if os.path.exists(os.path.join(root_dir, service, setup, "action.yml")) ] # Check if this workflow needs to read secrets. diff --git a/.github/services/ftp/vsftpd/action.yml b/.github/services/ftp/vsftpd/disable_action.yml similarity index 100% rename from .github/services/ftp/vsftpd/action.yml rename to .github/services/ftp/vsftpd/disable_action.yml