From 40daafa17a7b99f2a31c683803aaa8f330995d9f Mon Sep 17 00:00:00 2001 From: June Park Date: Fri, 16 Aug 2024 15:41:02 +0900 Subject: [PATCH] Remove cache clear We don't need to do this anymore Signed-off-by: June Park --- .github/workflows/nightly.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ef9e89d3..8aeb76d3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -107,6 +107,3 @@ jobs: with: name: SideStore-${{ steps.version.outputs.version }}-dSYM path: ./*.dSYM/ - - - name: Reset cache for apps.sidestore.io/nightly - run: sleep 10 && curl https://apps.sidestore.io/reset-cache/nightly/${{ secrets.SIDESOURCE_KEY }}