]> git.ipfire.org Git - thirdparty/bird.git/commit
CI: Do not rebuild Docker images for test builds for new branches
authorMaria Matejka <mq@ucw.cz>
Wed, 16 Apr 2025 18:36:17 +0000 (20:36 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 17 Apr 2025 16:27:36 +0000 (18:27 +0200)
commitae25b5fd18803c0005498eea218a7188c2d005bc
treea778fda7522edb079239d70552a0ebdf3ba712ed
parent457c10267054b999b188164dbf6bc5975838dd31
CI: Do not rebuild Docker images for test builds for new branches

New branch considers all files changed. We don't want to rebuild all
docker images for new branches; that's just a waste of time and energy.

There is a better way for future -- a much better fine-grained control
may be obtained by running secondary pipelines.

fixes #212
.gitlab-ci.yml