Skip to content

Commit

Permalink
Update render_nanomaps.yml (#1670)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Бля
  • Loading branch information
m-dzianishchyts authored Nov 25, 2024
1 parent c867ea4 commit 56d7c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render_nanomaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
git commit -m "NanoMap Auto-Update (`date`)" -a || true
git push -f -u origin nanomap-render
result=$(gh pr create -t "Automatic NanoMap Update" -b "This pull request updates the server NanoMaps. Please review the diff images before merging." -l "NanoMaps,:scroll: CL не требуется" -H "nanomap-render" -B "master") || true
if echo "$result" | grep -q "No commits between master and nanomap-render"
if echo "$result" | grep -q "No commits between master and nanomap-render"; then
echo "No NanoMaps update required, skipping."
exit 78
fi

0 comments on commit 56d7c25

Please sign in to comment.