Skip to content

GitLab CI: use pull-push for deps

Alex Gleason requested to merge deps-pull-push into develop

Summary

In theory, deps should only run when yarn.lock changes. In practice, it runs for every new MR no matter what. Therefore using pull-push is probably appropriate for this job, as it would speed up the CI for the creation of every new MR.

Merge request reports