Danger: don't run on develop
This commit is contained in:
parent
803b09f970
commit
178c41b3c3
|
@ -33,6 +33,9 @@ danger:
|
||||||
# https://github.com/danger/danger-js/issues/1029#issuecomment-998915436
|
# https://github.com/danger/danger-js/issues/1029#issuecomment-998915436
|
||||||
- export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!}
|
- export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!}
|
||||||
- npx danger ci
|
- npx danger ci
|
||||||
|
except:
|
||||||
|
refs:
|
||||||
|
- $CI_DEFAULT_BRANCH
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue