From 2405242950caf037f7fe4576daeff42309bdf069 Mon Sep 17 00:00:00 2001 From: dal Date: Mon, 21 Jul 2025 00:43:45 -0600 Subject: [PATCH] skip validate env --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ff07bc88..73b4d70f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: pull_request: env: + CI: true TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ vars.TURBO_TEAM }} TURBO_REMOTE_ONLY: true