From 327e43ff1f8031d2ed8878d6967c480e1573b8a7 Mon Sep 17 00:00:00 2001 From: stylianosgakis Date: Fri, 20 Oct 2023 12:11:56 +0200 Subject: [PATCH] Test disabling cache to see speed difference --- .github/workflows/staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 9054f3d5b9..9caddd7998 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -27,6 +27,7 @@ jobs: # Only write to the cache for builds on the 'develop' branch cache-read-only: ${{ github.ref != 'refs/heads/develop' }} gradle-home-cache-cleanup: true + cache-disabled: true - run: echo VERSION_CODE=$(expr 4700 + ${{ github.run_number }} + ${{ github.run_attempt }} - 1) >> $GITHUB_ENV - uses: chkfung/android-version-actions@v1.2 with: