ci: remove "skip ci" tag

We can't skip CI runs as there are required checks that needs to always
be run.

(cherry picked from commit dafd944a46)
This commit is contained in:
dundargoc
2024-07-17 12:38:34 +02:00
committed by github-actions[bot]
parent ba47b440fd
commit 2c95d48083

View File

@ -50,6 +50,6 @@ jobs:
if: ${{ steps.update-version.outputs.NEW_PATCHES != 0 }}
run: |
git add -u
git commit -m 'docs: update version.c [skip ci]'
git commit -m 'docs: update version.c'
git push --force https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} ${VERSION_BRANCH}
gh pr create --draft --fill --label vim-patch --base ${GITHUB_REF#refs/heads/} --head ${VERSION_BRANCH} || true