From 4cccc1c48668febbb94b667e91244b9f88304da6 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 30 Oct 2023 17:11:47 +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 1e0f2ab0157d..e8fefa0f6f83 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -1,4 +1,4 @@ -name: Check Django Migrations +name: Check any new django Migrations on: workflow_dispatch: