From 0cf2a759be8b683a9aec457b0abdec457c1abb50 Mon Sep 17 00:00:00 2001 From: liangbowen Date: Fri, 17 Feb 2023 17:26:37 +0800 Subject: [PATCH] remove conditions for action --- .github/workflows/master.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index bf032d2e16e..c9531aa0eda 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -79,7 +79,6 @@ jobs: check-latest: false - name: Cache Engine Archives uses: ./.github/actions/cache-engine-archives - if: matrix.spark-archive != '' - name: Setup Python uses: actions/setup-python@v4 with: @@ -183,7 +182,6 @@ jobs: check-latest: false - name: Cache Engine Archives uses: ./.github/actions/cache-engine-archives - if: matrix.flink-archive != '' - name: Build Flink with maven w/o linters run: | TEST_MODULES="externals/kyuubi-flink-sql-engine,integration-tests/kyuubi-flink-it"