llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-github-workflow Author: None (llvmbot) <details> <summary>Changes</summary> Backport 554d6ae5a5b2e8c29964927ffecc4b09d56311ef Requested by: @<!-- -->DavidSpickett --- Full diff: https://github.com/llvm/llvm-project/pull/176401.diff 1 Files Affected: - (modified) .github/workflows/release-tasks.yml (+1) ``````````diff diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index ca8bcfa2c04c9..1258121182069 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -112,6 +112,7 @@ jobs: contents: write # For updating the release message. if: '!cancelled()' needs: + - validate-tag - release-binaries steps: `````````` </details> https://github.com/llvm/llvm-project/pull/176401 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
