Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 1
  • 1.5
  • 1.5.0
  • 1.4
  • 1.4.1
  • 1.4.0
  • 1.3
  • 1.3.0
  • 1.2
  • 1.2.2
  • 1.2.1
12 results

gitlab-ci-renovate.yml

Blame
    • Pierre Smeyers's avatar
      e32e815f
      fix(workflow): disable MR pipeline from prod & integ branches · e32e815f
      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).
      e32e815f
      History
      fix(workflow): disable MR pipeline from prod & integ branches
      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).