From 206c06095fd09eef3f391867c4b6533ed4509bde Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 15:35:06 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 621a57f80507..83af95c5b691 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -106,7 +106,7 @@ jobs: # if [[ "${{ matrix.django-version }}" != "pinned" ]]; then # pip install "django~=${{ matrix.django-version }}.0" # pip check # fail if this test-reqs/Django combination is broken - fi +# fi # - name: Run Tests # env: