mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
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.
This commit is contained in:
parent
225d986cdf
commit
a4e9ce500a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue