Skip to content

Only run cleanup jobs in MRs

Spyros Argyropoulos requested to merge fixci into master

Changes introduced

Only run the clean CI job in merge requests.

This should solve the issue where in MRs only the final CI job is run and one has to navigate back to see the actual pipeline. e.g. !1694 (merged) and many others

Tests

clean job does not run in the branch:

https://gitlab.cern.ch/atlas-physics/pmg/mcjoboptions/-/pipelines/3692861

Screenshot_2022-03-11_at_18.47.01

It runs in the MR

!1697 (merged)

Screenshot_2022-03-11_at_18.50.27

Issues resolved

Closes #

Edited by Spyros Argyropoulos

Merge request reports