Merge branch 'master' into budi-8435-remove-auto-columns-for-created-by-and-created-at

This commit is contained in:
Michael Drury 2024-08-30 17:24:24 +01:00 committed by GitHub
commit ab2f014da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ jobs:
any_commit=$(git log --no-merges $base_commit_excluding_merges...$pro_commit)
if [ -n "$any_commit" ]; then
if [ -n "$any_commit" ] && [ "$base_commit" != "$pro_commit" ]; then
echo $any_commit
echo "An error occurred: <error_message>"