From cd6cf6ccf9b8aae09ea2fc5c35dabc7fe9f53fbf Mon Sep 17 00:00:00 2001 From: oddvernes Date: Tue, 26 Sep 2023 15:50:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20publish=5Flab=20try=20commenting?= =?UTF-8?q?=20out=20something?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish_lab.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish_lab.yaml b/.github/workflows/publish_lab.yaml index c28d8cc999..bf2998b919 100644 --- a/.github/workflows/publish_lab.yaml +++ b/.github/workflows/publish_lab.yaml @@ -35,14 +35,14 @@ jobs: ./* ~/.pnpm-store key: ${{ github.sha }} - - name: Use "dist" cache - id: dist-cache - uses: actions/cache@v3 - with: - path: | - ./* - ~/.pnpm-store - key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab + # - name: Use "dist" cache + # id: dist-cache + # uses: actions/cache@v3 + # with: + # path: | + # ./* + # ~/.pnpm-store + # key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab - name: Build packages id: build-packages run: node_modules/.bin/pnpm run build