GitLab CI: add `only: merge_requests` to danger

This commit is contained in:
Alex Gleason 2022-06-15 17:05:37 -05:00
parent 7dd40c46c5
commit 30bac2b005
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ deps:
danger:
stage: test
script: yarn danger ci
only:
- merge_requests
lint-js:
stage: test