Skip to content

Commit

Permalink
Merge pull request #2769 from saschagrunert/recording-api
Browse files Browse the repository at this point in the history
Record GitHub API without concurrency
  • Loading branch information
k8s-ci-robot committed Nov 23, 2022
2 parents a0795c7 + 3bf0b33 commit 394cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/notes/notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ func (g *Gatherer) gatherNotes(commits []*gogithub.RepositoryCommit) (filtered [
commit.GetSHA(),
)

if g.options.ReplayDir == "" {
if g.options.ReplayDir == "" && g.options.RecordDir == "" {
go notesForCommit(commit)
} else {
// Ensure the same order like recorded
Expand Down

0 comments on commit 394cf77

Please sign in to comment.