Fix: bump-version Rule auf CI_COMMIT_TITLE statt MESSAGE
This commit is contained in:
parent
9689af4d3a
commit
8edaf93e30
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ bump-version:
|
|||
image: alpine:latest
|
||||
needs: [deploy]
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "main" && $CI_COMMIT_MESSAGE !~ /\[skip ci\]/
|
||||
- if: $CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /\[skip ci\]/
|
||||
script:
|
||||
- apk add --no-cache git
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue