From b662f3b00ee28f6b22b4a0290acfc843e3b8e935 Mon Sep 17 00:00:00 2001 From: Sasidhar Kasturi Date: Tue, 14 Oct 2025 16:29:34 +0530 Subject: [PATCH] Update workflow trigger paths Removed workflow file from paths to trigger on main branch. --- ...m-import-import_model_into_registry_new_model_image_tasks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks.yml b/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks.yml index f9b4ae8108..5858ddb391 100644 --- a/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks.yml +++ b/.github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks.yml @@ -10,7 +10,6 @@ on: - main paths: - sdk/python/foundation-models/system/import/** - - .github/workflows/sdk-foundation-models-system-import-import_model_into_registry_new_model_image_tasks.yml - sdk/python/dev-requirements.txt - infra/bootstrapping/** - sdk/python/setup.sh