Skip to content

Commit 68e73c2

Browse files
authored
Make release-manual failure tolerant to avoid blocking the pipeline in master (DataDog#22399)
1 parent 0cc6b44 commit 68e73c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ release-manual:
6464
- if: $CI_COMMIT_TAG =~ /.*-\d+\.\d+\.\d+(-(rc|pre|alpha|beta)\.\d+)?$/
6565
- if: $CI_COMMIT_BRANCH == 'master'
6666
when: manual
67+
allow_failure: true
6768
script:
6869
- |
6970
if [[ -z "$CI_COMMIT_TAG" ]]; then

0 commit comments

Comments
 (0)