Skip to content

Commit c3aebc4

Browse files
committed
Merge branch 'main' into ci-permissions
2 parents 08869b9 + 75ec1a9 commit c3aebc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
benchmark-data-dir-path: ""
258258
# Set auto-push to false since GitHub API token is not given
259259
auto-push: false
260-
alert-threshold: '150%'
260+
alert-threshold: '125%'
261261
gh-pages-branch: "benchmark-results"
262262
fail-on-alert: true
263263
- name: Push benchmark result
@@ -270,6 +270,7 @@ jobs:
270270
contents: write
271271
runs-on: ubuntu-22.04
272272
needs: build-unsigned-snapshot
273+
273274
steps:
274275
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
275276
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0

0 commit comments

Comments
 (0)