diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 89202df576..35c1de30ec 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -73,6 +73,7 @@ jobs: # In case this is second attempt try restoring status of the prior attempt from cache - name: Restore the previous run result + if: inputs.skip-tests != 'true' id: cache-appsmith uses: actions/cache@v3 with: