From e61d920611b16afd296de5f2c291db94b4057971 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 8 Apr 2025 17:07:27 +0200 Subject: [PATCH] Adding skip --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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