From 7c31e17cc6ff612298c8bdb335d86cab95c9473b Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:05:54 -0500 Subject: [PATCH] chore: perform alpine at the very end --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 307daf87e..9eee9d7e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -351,7 +351,7 @@ jobs: runs-on: ubuntu-22.04 container: ghcr.io/jdx/mise:alpine timeout-minutes: 30 - needs: [e2e-linux] + needs: [release] steps: - name: Checkout repository uses: actions/checkout@v4