From 40d7709ae9cd1f02541d723a3aa4f4daf5b511c5 Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Mon, 22 Apr 2024 11:51:11 +0200 Subject: [PATCH] fix: Contracts pipeline --- .github/workflows/smart-contracts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smart-contracts.yml b/.github/workflows/smart-contracts.yml index c5e43642..3a59d1f4 100644 --- a/.github/workflows/smart-contracts.yml +++ b/.github/workflows/smart-contracts.yml @@ -249,6 +249,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Install dependencies + if: steps.check-changes.outputs.changed == 'true' run: pnpm install --frozen-lockfile - name: Install Pnpm