ci: remove "skip ci" tag

We can't skip CI runs as there are required checks that needs to always
be run.
This commit is contained in:
dundargoc 2024-07-17 12:38:34 +02:00 committed by dundargoc
parent 8ddcf9d939
commit dafd944a46

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