From 6a9d3ce1ca0b292b12a5703a69ddca9849f1ac62 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Tue, 11 Mar 2025 22:09:43 +0000 Subject: [PATCH] [AAE-30877] - extensions doesn't need to run also with core --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index dba5154e47..713fd3312c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -187,7 +187,7 @@ jobs: - name: content-services exclude: "insights,core,extensions,process-services,process-services-cloud,eslint-plugin-eslint-angular,js-api" - name: core - exclude: "insights,content-services,process-services,process-services-cloud,eslint-plugin-eslint-angular,js-api" + exclude: "insights,content-services,process-services,process-services-cloud,eslint-plugin-eslint-angular,js-api, extensions" - name: insights exclude: "core,extensions,content-services,process-services-cloud,process-services,eslint-plugin-eslint-angular,js-api" - name: process-services