]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Only run relevant CI jobs based on the changes
authorNicki Křížek <nicki@isc.org>
Thu, 18 Sep 2025 13:27:02 +0000 (15:27 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 18 Sep 2025 13:27:02 +0000 (15:27 +0200)
commite5a417a8a6dcc5bfb1618a481dfed52a280f67bb
tree4528ebf6ba635d5c0965ef89a72318a1d34f1ace
parent33bcff46d30fda3da28f10f9dcbfc0b5aae1a984
parent96974330d5369bd92d6887549f5ca939f38337ee
chg: ci: Only run relevant CI jobs based on the changes

Trigger selected CI jobs on MR automatically only if there are related
code changes. Otherwise, offer an option to run the jobs manually in
MRs. For other sources, like schedules, tags etc., execute the jobs as
usual.

Merge branch 'nicki/ci-restrict-rules-changes' into 'main'

See merge request isc-projects/bind9!10987