From: Michał Kępień Date: Thu, 21 Mar 2024 11:29:21 +0000 (+0100) Subject: Add "pipelines" to CI job trigger lists X-Git-Tag: v9.19.23~18^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a4e9ce500a42d596e64c477df66c9bcdd692b06b;p=thirdparty%2Fbind9.git Add "pipelines" to CI job trigger lists To enable GitLab CI jobs in other projects to trigger pipelines in the BIND 9 project using their CI_JOB_TOKEN, add "pipelines" to the relevant GitLab CI job trigger lists. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e051dea63cc..52a7007726b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -222,6 +222,7 @@ stages: .api-schedules-tags-triggers-web-triggering-rules: &api_schedules_tags_triggers_web_triggering_rules only: - api + - pipelines - schedules - tags - triggers @@ -230,6 +231,7 @@ stages: .api-schedules-triggers-web-triggering-rules: &api_schedules_triggers_web_triggering_rules only: - api + - pipelines - schedules - triggers - web @@ -238,6 +240,7 @@ stages: only: - api - merge_requests + - pipelines - schedules - tags - triggers