From c21f73fd4ee7f4566385cd7a94490a2bc9c307d5 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:14:40 -0800 Subject: [PATCH] Reenable fail-fast in merge queues (#62856) --- .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 02104da2fd4..a868f98a295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ defaults: jobs: test: strategy: - fail-fast: false + fail-fast: ${{ github.event_name == 'merge_group' }} matrix: config: # Main builds