diff --git a/.github/workflows/ci-full-check.yml b/.github/workflows/ci-full-check.yml index 9ef1a46..641f512 100644 --- a/.github/workflows/ci-full-check.yml +++ b/.github/workflows/ci-full-check.yml @@ -44,10 +44,10 @@ jobs: with: cache-key-prefix: ${{github.run_number}}- - restore-configuration-cache: - uses: ./.github/workflows/integ-test-restore-configuration-cache.yml - with: - cache-key-prefix: ${{github.run_number}}- + # restore-configuration-cache: + # uses: ./.github/workflows/integ-test-restore-configuration-cache.yml + # with: + # cache-key-prefix: ${{github.run_number}}- restore-custom-gradle-home: uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml diff --git a/.github/workflows/ci-quick-check.yml b/.github/workflows/ci-quick-check.yml index 9981deb..045048b 100644 --- a/.github/workflows/ci-quick-check.yml +++ b/.github/workflows/ci-quick-check.yml @@ -71,12 +71,12 @@ jobs: runner-os: '["ubuntu-latest"]' download-dist: true - restore-configuration-cache: - needs: build-distribution - uses: ./.github/workflows/integ-test-restore-configuration-cache.yml - with: - runner-os: '["ubuntu-latest"]' - download-dist: true + # restore-configuration-cache: + # needs: build-distribution + # uses: ./.github/workflows/integ-test-restore-configuration-cache.yml + # with: + # runner-os: '["ubuntu-latest"]' + # download-dist: true restore-containerized-gradle-home: needs: build-distribution