diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1ab75bc671..7d38b48d08 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -192,8 +192,8 @@ jobs: exclude: "core,extensions,content-services,process-services-cloud,process-services,eslint-plugin-eslint-angular,js-api" - name: process-services exclude: "core,extensions,content-services,process-services-cloud,insights,eslint-plugin-eslint-angular,js-api" - - name: process-cloud - exclude: "insights,core,extensions,content-services,process-services,eslint-plugin-eslint-angular,js-api" + - name: process-services-cloud + exclude: "insights,core,extensions,content-services,process-services$,eslint-plugin-eslint-angular,js-api" steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/nx.json b/nx.json index b771725785..46d88f24c5 100644 --- a/nx.json +++ b/nx.json @@ -1,5 +1,4 @@ { - "defaultProject": "demoshell", "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": {