Remove redundant permission checks for GraphQL job type
Reading a build requires a project-level permission, so we don't need to check read permissions for each build. In this commit we remove the read_commit_status authorization from Ci::JobType because its callers already do the check. Changelog: performance
Showing
Please register or sign in to comment