From b63379cbefa166605042d35e8ca95ac56bd3d04d Mon Sep 17 00:00:00 2001 From: kavmur <120754614+kavmur@users.noreply.github.com> Date: Sat, 25 Apr 2026 20:19:07 +0000 Subject: [PATCH] chore: Gate release on macOS integration tests MacOS integration tests have been validated on a real release run. Add MacOSIntegrationTests to PreRelease dependencies so macOS test failures block releases, matching Linux and Windows. Signed-off-by: kavmur <120754614+kavmur@users.noreply.github.com> --- .github/workflows/release_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index cdc3b639c..6a164bd64 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -77,7 +77,7 @@ jobs: tag: ${{ needs.TagRelease.outputs.tag }} PreRelease: - needs: [TagRelease, LinuxIntegrationTests, WindowsIntegrationTests] + needs: [TagRelease, LinuxIntegrationTests, WindowsIntegrationTests, MacOSIntegrationTests] uses: aws-deadline/.github/.github/workflows/reusable_prerelease.yml@mainline permissions: id-token: write