https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/125585
Backport d194c6b9a7fdda7a61abcd6bfe39ab465bf0cc87 Requested by: @tstellar >From adf607aa5622a6e3a83a4016bc87f2c8321c47c7 Mon Sep 17 00:00:00 2001 From: Tom Stellard <tstel...@redhat.com> Date: Mon, 3 Feb 2025 13:13:11 -0800 Subject: [PATCH] workflows/release-tasks: Re-use release-binaries-all workflow (#125378) This way we don't need to duplicate the list of supported targets in the release-tasks workflow. (cherry picked from commit d194c6b9a7fdda7a61abcd6bfe39ab465bf0cc87) --- .github/workflows/release-tasks.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index 780dd0ff6325c9..52076ea1821b0b 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -89,20 +89,10 @@ jobs: needs: - validate-tag - release-create - strategy: - fail-fast: false - matrix: - runs-on: - - ubuntu-22.04 - - windows-2022 - - macos-13 - - macos-14 - - uses: ./.github/workflows/release-binaries.yml + uses: ./.github/workflows/release-binaries-all.yml with: release-version: ${{ needs.validate-tag.outputs.release-version }} upload: true - runs-on: ${{ matrix.runs-on }} # Called workflows don't have access to secrets by default, so we need to explicitly pass secrets that we use. secrets: RELEASE_TASKS_USER_TOKEN: ${{ secrets.RELEASE_TASKS_USER_TOKEN }} _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits