ci: run dangerjs job on specific runner

This commit is contained in:
Chen Yudong
2024-08-29 20:45:00 +08:00
parent 25668990ad
commit e387abe447

View File

@@ -44,6 +44,8 @@ check_MR_style_dangerjs:
- danger ci --dangerfile=".gitlab/dangerjs/dangerfile.js" --failOnErrors -v
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
tags:
- dangerjs
check_version:
# Don't run this for feature/bugfix branches, so that it is possible to modify