Danger: don't run on develop

This commit is contained in:
Alex Gleason
2022-12-30 11:26:16 -06:00
parent 803b09f970
commit 178c41b3c3

View File

@ -33,6 +33,9 @@ danger:
# https://github.com/danger/danger-js/issues/1029#issuecomment-998915436
- export CI_MERGE_REQUEST_IID=${CI_OPEN_MERGE_REQUESTS#*!}
- npx danger ci
except:
refs:
- $CI_DEFAULT_BRANCH
allow_failure: true
interruptible: true