Skip to content

Commit a6bf975

Browse files
committed
Merge branch 'test/ga_generate' into test/ga_generate_orig
2 parents 4cc9f33 + 7d902ba commit a6bf975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-generate_other_formats.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
git add erdiagram-autogen/${name}.md
6767
if ! git diff --quiet HEAD; then
6868
git commit -m "generate another formats for ${name} model"
69+
git pull # to avoid conflicts with different wf runs
6970
git push
7071
else
7172
echo "No changes to commit"

0 commit comments

Comments
 (0)