Skip to content

Prevent JobArtifactsDestroy whilst refreshing

Lee Tickett requested to merge 373912-improve-JobArtifactsDestroy-mutation into master

What does this MR do and why?

When we recently introduced the JobArtifactsDestroy GraphQL mutation, we did not include a check to see if a project artifact size refresh is in progress (like we do with the REST API).

This MR adds that check.

Related to #373912 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports