ci: Prevent stop_review from running on image builds
[skip ci]
This commit is contained in:
parent
5791b9a213
commit
5eef2f4cff
1 changed files with 3 additions and 0 deletions
|
@ -251,6 +251,9 @@ stop_review:
|
|||
environment:
|
||||
name: review/$CI_COMMIT_REF_NAME
|
||||
action: stop
|
||||
except:
|
||||
variables:
|
||||
- $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
# Runs the sanitizers [address, thread, undefined, and memory].
|
||||
.sanitizer: &sanitizer
|
||||
|
|
Loading…
Add table
Reference in a new issue