From dc0d9abdbd6ea4b91e0ea488125c16218214d826 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Thu, 21 Dec 2023 20:19:53 +0300 Subject: [PATCH] feat: ci skip for build result --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 396d14a..3946fbb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -36,7 +36,7 @@ steps: # Commit and push all static files with pipeline started timestamp - cd $CI_REPO_NAME - git add . - - git commit -m "Woodpecker CI ${CI_COMMIT_SHA}" + - git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" - git push when: event: push