mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
Only run ci-orphaned-anchors on MR events
Now, it is also run in schedules and most annoyingly on push which means that it is run twice on a push to a branch where a MR exists.
This commit is contained in:
parent
f7601106bd
commit
7ca18df58a
@ -561,7 +561,8 @@ ci-orphaned-anchors:
|
||||
- bind9-qa/ci-orphaned-anchors/check-orphaned-anchors-ci.py .gitlab-ci.yml
|
||||
needs: []
|
||||
rules:
|
||||
- changes:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
|
||||
clang-format:
|
||||
|
Loading…
x
Reference in New Issue
Block a user