diff --git a/.woodpecker.yaml b/.woodpecker.yaml index b8d1337..77de73c 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -49,7 +49,7 @@ steps: git status # 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 git push origin "${CI_REPO_DEFAULT_BRANCH}" -o ci.skip