From c3451b382304b22d4a3483a1269b56287ffbaf96 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Thu, 22 Feb 2024 22:15:10 +0700 Subject: [PATCH] Revert: [Github Actions] Change: Add condition for step Install dependencies [Example] --- .github/workflows/test-and-rebuild.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-and-rebuild.yml b/.github/workflows/test-and-rebuild.yml index 6b4de9da..e6616867 100644 --- a/.github/workflows/test-and-rebuild.yml +++ b/.github/workflows/test-and-rebuild.yml @@ -40,7 +40,6 @@ jobs: run: yarn --cache-folder ~/.yarn - name: Install dependencies [Example] - if: steps.cache-yarn.outputs.cache-hit != 'true' run: | cd example yarn --cache-folder ~/.yarn