[Hotfix] dashboard
Created by: cathales
- In the previous CI PR I forgot to keep running the Dashboard on master branch pushes in regress mode. It was set to run only on schedule (verif mode). This PR enables "regress" Dashboard runs on pushes on master branch
- There was an issue with the check-env: as it was not checking out a repository, it was keeping the files from previous runs in the same runner. These files were matched as artifacts, which was making the
merge reports
job fail.