Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin “yoghurt” Yu committed Feb 5, 2025
1 parent 780d8a1 commit fe85dd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Build and Push Multi-Arch Docker Image"

on:
push:
branches: [main, pacaya_fork_client, pacaya-height-0]
branches: [main, pacaya-height-0-yg1]
tags:
- "taiko-alethia-client-v*"
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client--pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Taiko Client Soft Blocks Documentation"

on:
push:
branches: [main, pacaya-height-0-yg1]
branches: [main]
paths:
- "packages/taiko-client/**"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (pb *ProofBuffer) Write(item *producer.ProofResponse) (int, error) {
if len(pb.buffer)+1 > int(pb.MaxLength) {
return len(pb.buffer), errBufferOverflow
}

pb.buffer = append(pb.buffer, item)
pb.lastUpdatedAt = time.Now()
return len(pb.buffer), nil
Expand Down

0 comments on commit fe85dd8

Please sign in to comment.