From d7225c697bdf79d9d844f461e80f325cd9b883ee Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Wed, 11 Feb 2026 22:01:04 +0000 Subject: [PATCH] debug: add BY_CANARY=true to prevent layer tests from being skipped --- .github/workflows/debug-layer-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/debug-layer-tests.yml b/.github/workflows/debug-layer-tests.yml index 58289f451cf..9899cb670d2 100644 --- a/.github/workflows/debug-layer-tests.yml +++ b/.github/workflows/debug-layer-tests.yml @@ -12,6 +12,7 @@ env: SAM_CLI_TELEMETRY: 0 SAM_CLI_CONTAINER_CONNECTION_TIMEOUT: 60 NOSE_PARAMETERIZED_NO_WARN: 1 + BY_CANARY: true UV_PYTHON: python3.11 jobs: