Skip to content

Commit

Permalink
Comment out unnecessary workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Dec 19, 2024
1 parent fdf25cb commit 32d9d9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,11 @@ jobs:

unit-tests:
if: false
strategy:
fail-fast: false
matrix:
sql_compatibility: [ false, true ]
name: "unit tests (jdk17, sql-compat=${{ matrix.sql_compatibility }})"
name: "unit tests (jdk17)"
uses: ./.github/workflows/unit-tests.yml
needs: build
with:
jdk: 17
sql_compatibility: ${{ matrix.sql_compatibility }}

standard-its:
needs: build
Expand Down

0 comments on commit 32d9d9f

Please sign in to comment.