llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-github-workflow Author: None (llvmbot) <details> <summary>Changes</summary> Backport 7901e2d04c553f6b9e17800059be8cd702c65bac Requested by: @<!-- -->tstellar --- Full diff: https://github.com/llvm/llvm-project/pull/178592.diff 1 Files Affected: - (modified) .github/workflows/release-tasks.yml (+2) ``````````diff diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index 036e58215e53a..3648e1463e1e0 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -80,6 +80,8 @@ jobs: runs-on: ubuntu-24.04 permissions: id-token: write # Requred for pypi publishing + needs: + - validate-tag environment: pypi steps: - name: Checkout LLVM `````````` </details> https://github.com/llvm/llvm-project/pull/178592 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
