From 69b23a96122d397881723923eb139b56b7edbfa0 Mon Sep 17 00:00:00 2001 From: Jon Johnson <113393155+jonathanj-square@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:56:52 -0700 Subject: [PATCH] disabling the ensure-frozen-migrations due to a minor bug --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfb3d0587b..771d08e930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,8 @@ jobs: fetch-depth: 0 - name: Init Hermit uses: cashapp/activate-hermit@v1 - - name: Freeze Migrations - run: just ensure-frozen-migrations +# - name: Freeze Migrations +# run: just ensure-frozen-migrations lint: name: Lint runs-on: ubuntu-latest