Skip to content

Commit

Permalink
make sure revision script is in the new branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 5, 2024
1 parent 99d03ed commit 0e111fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ jobs:
with:
fetch-depth: 0

- name: Merge with Main
description: Make sure new migration file that was generated in main exists in new branch
run: |
git merge main
- name: Run alembic script autogeneration
id: run-alembic-script-autogen-round-2
env:
Expand Down

0 comments on commit 0e111fd

Please sign in to comment.