From e6c784983e1d18638d99b01477140ed68fe09ec3 Mon Sep 17 00:00:00 2001 From: Terry Kong Date: Fri, 21 Mar 2025 11:37:58 -0700 Subject: [PATCH] ci: OPTIONAL -> IS_OPTIONAL Signed-off-by: Terry Kong --- .github/workflows/cicd-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index cbb5e8132b..03b2179ff4 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -169,7 +169,7 @@ jobs: - grpo.sh with: # TODO: For now, allow these to fail since the checks are not robust. - OPTIONAL: true + IS_OPTIONAL: true RUNNER: self-hosted-azure TIMEOUT: 8 SCRIPT: |