Skip to content

Ensure `report` job runs on MR

Fabio Pitino requested to merge ensure-report-runs-on-mr into master

The report job used to run only on master but we noticed that a bug slipped from a merge request which was fixed in !13 (merged).

Since the report job is a dry-run and works as an integration test we should run it in the MR pipeline.

Merge request reports