]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: ci: Fix triggering rules for the "publish-cleanup" job
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:14:11 +0000 (10:14 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:14:11 +0000 (10:14 +0200)
commit5b81f6049f0146202f36fb16d89fe2761bcf7d69
treeca9bbf3f53c0b3eaac472e9356a10e624f22b746
parent4356b078b15b678f86195e603747a02cb5d8cc29
parent8494609f3f82826624ab73648b4750c4d119877e
[9.20] fix: ci: Fix triggering rules for the "publish-cleanup" job

The "publish-cleanup" tag pipeline job is currently created for all
security releases, including BIND -S releases, but it depends on the
"publish" job, which is only created for open source releases.  This
breaks CI configuration for BIND -S tags, preventing pipelines from
getting created for such tags altogether.  Fix by only creating the
"publish-cleanup" job in tag pipelines for open source security
releases.

Backport of MR !11992

Merge branch 'backport-michal/fix-triggering-rules-for-the-publish-cleanup-job-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11993