From a52f9753bd2f53a9d230631a30ca0e4f6d5ed840 Mon Sep 17 00:00:00 2001 From: Jan David Date: Tue, 1 Oct 2024 15:43:34 +0200 Subject: [PATCH] Fix required jobs for deployments --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0724cc3..e9f18d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: permissions: id-token: write - needs: [test, local, docker] + needs: [test, release, rustup, docker] if: github.event_name == 'push' && github.repository == 'rust-lang/promote-release' && github.ref == 'refs/heads/master' steps: