Skip to content

Commit

Permalink
fix: uberjar workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiquu committed Apr 3, 2024
1 parent a21b8da commit 894d18c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/uberjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
name: Build MB oss
runs-on: ubuntu-22.04
timeout-minutes: 40
strategy:
matrix:
edition: [oss]
env:
MB_EDITION: oss
INTERACTIVE: false
Expand All @@ -29,7 +26,7 @@ jobs:
- name: Prepare uberjar artifact
uses: ./.github/actions/prepare-uberjar-artifact
with:
name: metabase-${{ matrix.edition }}-${{ github.sha }}-uberjar
name: metabase-oss-uberjar

check_jar_health:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 894d18c

Please sign in to comment.