Don't interrupt compilation pipelines
Don't interrupt the compilation pipelines, instead let them finish. That will ensure the author of the change gets notified if their push breaks something.
This commit is contained in:
parent
e662e33104
commit
8c3374398a
|
@ -79,7 +79,7 @@ test_formatting:
|
|||
build_linux:
|
||||
stage: build
|
||||
extends: .only_code
|
||||
interruptible: true
|
||||
interruptible: false
|
||||
cache:
|
||||
key: "cache-linux"
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue