From f7e8ef6ee43f5648df5f8089058a73bbd47131df Mon Sep 17 00:00:00 2001 From: donghyeon-ka Date: Sat, 25 Jul 2026 22:30:43 +0900 Subject: [PATCH] fix: require external field evidence inputs --- config/ci/gates.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/ci/gates.json b/config/ci/gates.json index 1064b9b..ff7edba 100644 --- a/config/ci/gates.json +++ b/config/ci/gates.json @@ -211,6 +211,10 @@ }, "FE-GATE-018": { "name": "field-web-vitals", + "requiresEnvironment": [ + "FIELD_WEB_VITALS_INPUT", + "MIN_ELIGIBLE_SAMPLES" + ], "steps": [ { "script": "collect:web-vitals-evidence", "expect": "pass" } ],