Do not retry package-and-qa manual action on failure
This commit is contained in:
parent
6b89ab1161
commit
66e136b2dc
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ package-and-qa:
|
|||
when: manual
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
retry: 0
|
||||
before_script:
|
||||
# We need to download the script rather than clone the repo since the
|
||||
# package-and-qa job will not be able to run when the branch gets
|
||||
|
|
Loading…
Reference in a new issue