From a06911f9f6a9b2a6fac547930292b22116ade847 Mon Sep 17 00:00:00 2001 From: zhangli20 Date: Sun, 19 Jan 2025 17:13:51 +0800 Subject: [PATCH] fix-ci: remote incorrect cache --- .github/workflows/tpcds-reusable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tpcds-reusable.yml b/.github/workflows/tpcds-reusable.yml index af7867a98..53d786bdf 100644 --- a/.github/workflows/tpcds-reusable.yml +++ b/.github/workflows/tpcds-reusable.yml @@ -50,7 +50,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4 - if: steps.cache-tpcds-validator.outputs.cache-hit != 'true' with: distribution: 'adopt-hotspot' java-version: '8'