Fix checks

This commit is contained in:
Adria Navarro 2024-03-27 12:37:07 +01:00
parent 36ffab32ef
commit 1ed687f6c4
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ jobs:
base_commit_excluding_merges='${{ steps.get_pro_commits.outputs.base_commit_excluding_merges }}'
pro_commit='${{ steps.get_pro_commits.outputs.pro_commit }}'
any_commit=$(git log $base_commit_excluding_merges...$pro_commit)
any_commit=$(git log --no-merges $base_commit_excluding_merges...$pro_commit)
if [ -n "$any_commit" ]; then
echo $any_commit