diff --git a/.github/workflows/upmerge.yaml b/.github/workflows/upmerge.yaml index 131849934..3afece868 100644 --- a/.github/workflows/upmerge.yaml +++ b/.github/workflows/upmerge.yaml @@ -67,7 +67,7 @@ jobs: echo "Upmerging docs from $SOURCE_BRANCH to edge" git fetch origin $SOURCE_BRANCH - git merge -m "Upmerge to edge" origin/$SOURCE_BRANCH --signoff + git merge -m "Upmerge to edge" origin/$SOURCE_BRANCH if git diff --quiet edge; then echo "No changes to merge from $SOURCE_BRANCH to edge"