We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0fb249 + 8a85445 commit b2786a1Copy full SHA for b2786a1
.github/workflows/benchmark.yml
@@ -7,6 +7,11 @@ on:
7
description: 'Base64 encoded benchmark data'
8
required: true
9
10
+permissions:
11
+ checks: write
12
+ contents: write
13
+ pull-requests: write
14
+
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
17
cancel-in-progress: true
@@ -48,7 +53,7 @@ jobs:
48
53
auto-push: ${{ github.ref == 'refs/heads/main' }}
49
54
gh-pages-branch: gh-pages
50
55
benchmark-data-dir-path: dev/bench
51
- comment-on-alert: true
56
+ comment-always: true
52
57
fail-on-alert: true
58
alert-threshold: '120%'
59
max-items-in-chart: 100
0 commit comments