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

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

Backport of MR !10668

Merge branch 'backport-stepan/remove-additional-pipeline-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10669