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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 0 deletions

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