From 5b4dbc33592d292dd773392e747daf46ee949fb8 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Wed, 19 Jan 2022 14:54:25 +0100 Subject: [PATCH] ci(publish-dev): only build dependencies when releasing (#7302) --- .github/workflows/publish-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index 20151444c..3e78ac0ee 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -41,6 +41,7 @@ jobs: run: yarn --immutable - name: Build dependencies + if: steps.pre-release.outputs.release == 'true' run: yarn build --cache-dir=".turbo" - name: Deprecate old versions