From 4354d98f46e14b2fc5924f69f4e67b474c308408 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 30 Oct 2023 18:00:22 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 38c48dfc7fb1..e9bb9f98f57d 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -74,6 +74,9 @@ jobs: - name: Checkout master repo uses: actions/checkout@v2 + with: + ref: master + - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v4