mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#3732] Do not run fuzz jobs on MR creation
This commit is contained in:
parent
ef10de4ff2
commit
7c00eb6c9c
@ -167,8 +167,8 @@ fuzz:
|
|||||||
# Prevent duplicate pipelines.
|
# Prevent duplicate pipelines.
|
||||||
- if: $CI_OPEN_MERGE_REQUESTS && $CI_COMMIT_BRANCH == null
|
- if: $CI_OPEN_MERGE_REQUESTS && $CI_COMMIT_BRANCH == null
|
||||||
when: never
|
when: never
|
||||||
# On merge request.
|
# Make the job manual on the MR.
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS || $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
variables:
|
variables:
|
||||||
MODE: "code-change"
|
MODE: "code-change"
|
||||||
when: manual
|
when: manual
|
||||||
|
Loading…
x
Reference in New Issue
Block a user