From 385bb8fc229989d181e5cbdcc8a3ca83afd07d27 Mon Sep 17 00:00:00 2001 From: Dharmesh Date: Mon, 2 Oct 2023 12:56:07 +0530 Subject: [PATCH] removed build from push --- .github/workflows/push-feature.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-feature.yml b/.github/workflows/push-feature.yml index 21165cc7..61584577 100644 --- a/.github/workflows/push-feature.yml +++ b/.github/workflows/push-feature.yml @@ -86,7 +86,6 @@ jobs: parallel-commands-on-agents: | npx nx affected --target=lint --parallel=3 npx nx affected --target=test --parallel=3 --exclude='tag:puppeteer' --ci --code-coverage - npx nx affected --target=build --parallel=3 --exclude='tag:puppeteer' agents: needs: [EnvSetup]