Skip to content

Ensure the deps job runs in isolation

DJ Mountney requested to merge exclude-artifacts-from-deps into master

The pages and fetch artifacts jobs were still running for scheduled pipelines, and I believe downloading the artifacts is causing issues for the deps job. (The artifacts are downloaded locally, then cause git status to look dirty)

Merge request reports