From bfdb3f10367441f3fc9e66fa995167c55e44c9ef Mon Sep 17 00:00:00 2001 From: Chirag Chandrakant Salian Date: Wed, 24 May 2023 18:54:38 -0700 Subject: [PATCH] Revert "[No QA] Fix pod cache logic" --- .github/workflows/platformDeploy.yml | 4 ++-- .github/workflows/testBuild.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 5fb2443698d..92a0d361981 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -158,13 +158,13 @@ jobs: bundler-cache: true - uses: actions/cache@v3 - id: cache-pods with: path: ios/Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} + restore-keys: | + ${{ runner.os }}-pods- - name: Install cocoapods - if: ${{ !fromJSON(steps.cache-pods.outputs.cache-hit) }} uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350 with: timeout_minutes: 10 diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index e31b294821b..428986d271a 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -141,13 +141,13 @@ jobs: bundler-cache: true - uses: actions/cache@v3 - id: cache-pods with: path: ios/Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} + restore-keys: | + ${{ runner.os }}-pods- - name: Install cocoapods - if: ${{ !fromJSON(steps.cache-pods.outputs.cache-hit) }} uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350 with: timeout_minutes: 10