]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: ci: Fix triggering rules for the "publish-cleanup" job
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:09:09 +0000 (10:09 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:09:09 +0000 (10:09 +0200)
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.

Merge branch 'michal/fix-triggering-rules-for-the-publish-cleanup-job' into 'main'

See merge request isc-projects/bind9!11992


Trivial merge