From d4cb740e0cf401fd5a5d5cfd005ad4d98c567939 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 19 Dec 2025 13:42:11 -0500 Subject: [PATCH] revert(infra): temp disable lockfile CI check (#34428) #34397 --- .github/workflows/_lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index 63d28bfe94a..492a2f6c01c 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -47,11 +47,11 @@ jobs: cache-suffix: lint-${{ inputs.working-directory }} working-directory: ${{ inputs.working-directory }} - - name: "🔒 Verify Lockfile is Up-to-Date" - working-directory: ${{ inputs.working-directory }} - run: | - unset UV_FROZEN - uv lock --check + # - name: "🔒 Verify Lockfile is Up-to-Date" + # working-directory: ${{ inputs.working-directory }} + # run: | + # unset UV_FROZEN + # uv lock --check - name: "📦 Install Lint & Typing Dependencies" working-directory: ${{ inputs.working-directory }}