2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +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.

(cherry picked from commit 7ca18df58a328690f788a474aefbb73e053616db)
This commit is contained in:
Štěpán Balážik 2025-06-27 20:27:14 +02:00
parent 115c1bf3a6
commit 686559ea59

View File

@ -591,7 +591,8 @@ ci-orphaned-anchors:
- bind9-qa/ci-orphaned-anchors/check-orphaned-anchors-ci.py .gitlab-ci.yml - bind9-qa/ci-orphaned-anchors/check-orphaned-anchors-ci.py .gitlab-ci.yml
needs: [] needs: []
rules: rules:
- changes: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- .gitlab-ci.yml - .gitlab-ci.yml
clang-format: clang-format: