Adding skip
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Louis 2025-04-08 17:07:27 +02:00
parent 354ee2ddcb
commit e61d920611

View file

@ -49,7 +49,7 @@ steps:
git status git status
# Commit all changes # Commit all changes
git commit -m "Built pdf for ${CI_COMMIT_SHA:0:8}" git commit -m "Built pdf for ${CI_COMMIT_SHA:0:8} [CI SKIP]"
# Update the repository and make sure to skip the pipeline create for this commit # Update the repository and make sure to skip the pipeline create for this commit
git push origin "${CI_REPO_DEFAULT_BRANCH}" -o ci.skip git push origin "${CI_REPO_DEFAULT_BRANCH}" -o ci.skip