mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04: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.
(cherry picked from commit 7ca18df58a)
This commit is contained in:
parent
ab063cb4ec
commit
e4a45d5ebe
1 changed files with 2 additions and 1 deletions
|
|
@ -619,7 +619,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…
Reference in a new issue