Skip to content
Snippets Groups Projects
Select Git revision
  • 1767f078eb25a7c9d926a0b9c02987b435235778
  • main default
2 results

steel.go

user avatar
Pierre Smeyers authored
Today creating a backmerge MR from prod or integ branch to any other branch triggers a pipeline
even though no change has been pushed.
Ultimately those pipelines might (re)trigger integration or production environment deployment and/or packages publication.
That might have unexpected consequences.
This change simply disables MR pipeline from prod & integ branches, enforcing branch pipelines only (i.e. when a true commit is pushed).
3fc4c9ed
History