Skip to content

Commit 9ed6fb9

Browse files
authored
Max dl speed (#8)
* Disable http2 * Refactor to reduce lock contention * Remove more locks and bump cache * Bump up the buffer size * only run goreleaser on tagged commits
1 parent 8be495c commit 9ed6fb9

2 files changed

Lines changed: 165 additions & 124 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: goreleaser
33

44
on:
5-
pull_request:
65
push:
76
tags:
87
- "*"
@@ -12,6 +11,7 @@ permissions:
1211

1312
jobs:
1413
goreleaser:
14+
if: startsWith(github.ref, 'refs/tags/')
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)