ci: do not commit PR testing [skip ci]

This commit is contained in:
Baptiste Augrain 2023-12-17 19:19:19 +01:00
parent 24aafd81b9
commit 8168609ee9

View file

@ -14,7 +14,7 @@ if [[ -n "${PULL_REQUEST_ID}" ]]; then
git fetch --unshallow
git fetch origin "pull/${PULL_REQUEST_ID}/head"
git checkout FETCH_HEAD
git merge --no-edit "origin/${BRANCH_NAME}"
git merge --no-commit "origin/${BRANCH_NAME}"
fi
if [[ -z "${RELEASE_VERSION}" ]]; then