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