From 3d00bc6145d5c0075240bdfff82a029f58406dd5 Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 24 Nov 2025 22:27:13 -0800 Subject: [PATCH] Update spark-integration-tests.yml --- .github/workflows/spark-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index 5de0dd98a..4510189ed 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -156,7 +156,7 @@ jobs: key: spark-3.5.0-hadoop3 - name: Download Apache Spark - if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && steps.cache-spark.outputs.cache-hit != 'true' + if: false && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && steps.cache-spark.outputs.cache-hit != 'true' run: | echo "Downloading Apache Spark 3.5.0..." wget -q https://archive.apache.org/dist/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz