]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Only run ci-orphaned-anchors on MR events
authorŠtěpán Balážik <stepan@isc.org>
Sat, 28 Jun 2025 10:51:59 +0000 (10:51 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Sat, 28 Jun 2025 10:51:59 +0000 (10:51 +0000)
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 and `.gitlab-ci.yml` is changed.

This was an oversight in https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/10654

Merge branch 'stepan/remove-additional-pipeline' into 'main'

See merge request isc-projects/bind9!10668


Trivial merge