Skip to content

Add all pipeline sources as special keywords to 'only' and 'except'

Shinya Maeda requested to merge dosuken123/gitlab-ce:krakowski_master2 into master

What does this MR do?

This MR adds the possibility to add the following new special keywords to the only and except list in a .gitlab-ci.yml file:

  • api
  • external
  • pushes
  • schedules
  • web

Originally contributed by @krakowski in gitlab-org/gitlab-ce!11844

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32955 (closed)

Edited by Grzegorz Bizon

Merge request reports