Skip to content

Commit

Permalink
remove conditions for action
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Feb 17, 2023
1 parent 105d507 commit 0cf2a75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0cf2a75

Please sign in to comment.