Skip to content

Commit

Permalink
chore: fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 12, 2024
1 parent c2d1fe2 commit 90268db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if-no-files-found: error
e2e-linux:
name: e2e-linux-${{matrix.tranche}}
needs: [build-tarball-linux-x64]
needs: [build-tarball]
runs-on: ubuntu-latest
#container: ghcr.io/jdx/mise:github-actions
timeout-minutes: 30
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
command: ./e2e/run_all_tests
rpm:
runs-on: ubuntu-22.04
needs: [build-tarball-linux-x64, build-tarball-linux-arm64]
needs: [build-tarball]
timeout-minutes: 10
container: ghcr.io/jdx/mise:rpm
steps:
Expand All @@ -150,7 +150,7 @@ jobs:
if-no-files-found: error
deb:
runs-on: ubuntu-22.04
needs: [build-tarball-linux-x64, build-tarball-linux-arm64]
needs: [build-tarball]
container: ghcr.io/jdx/mise:deb
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -179,7 +179,6 @@ jobs:
permissions:
contents: write
needs:
- build-tarball
- rpm
- deb
- e2e-linux
Expand Down

0 comments on commit 90268db

Please sign in to comment.