mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
chore: Fix org name in explicitly-skipped megarepo (#28698)
https://github.com/sourcegraph/sourcegraph/pull/28694#discussion_r764315180
This commit is contained in:
parent
c4d908adc9
commit
0ebc7fab2c
@ -48,7 +48,7 @@ func (f *repositoryFetcher) FetchRepositoryArchive(ctx context.Context, args typ
|
||||
requestCh := make(chan parseRequestOrError)
|
||||
|
||||
// Just skip this repo as it's clogging the pipes in Cloud
|
||||
if string(args.Repo) == "github.com/sourcegraph/megarepo" {
|
||||
if string(args.Repo) == "github.com/sgtest/megarepo" {
|
||||
close(requestCh)
|
||||
return requestCh
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user