From 7b89c30c27f1fc1f3c68bb5881e333fed61bf0ff Mon Sep 17 00:00:00 2001 From: Emily Cheng Date: Wed, 13 Nov 2024 12:29:27 -0800 Subject: [PATCH] Remove tailor step --- .github/workflows/pants.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pants.yml b/.github/workflows/pants.yml index 7266639..5878727 100644 --- a/.github/workflows/pants.yml +++ b/.github/workflows/pants.yml @@ -44,9 +44,6 @@ jobs: # but will cause the cache entry to grow without bound over time. # See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up. # Alternatively you change gha-cache-key to ignore old caches. - - name: Check BUILD files - run: | - pants tailor --check update-build-files --check :: - name: Lint run: | pants lint ::