Skip to content

Commit b2786a1

Browse files
authored
Merge pull request #73 from LLNL/enable-benchmark-comments
Update benchmark settings
2 parents b0fb249 + 8a85445 commit b2786a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
description: 'Base64 encoded benchmark data'
88
required: true
99

10+
permissions:
11+
checks: write
12+
contents: write
13+
pull-requests: write
14+
1015
concurrency:
1116
group: ${{ github.workflow }}-${{ github.ref }}
1217
cancel-in-progress: true
@@ -48,7 +53,7 @@ jobs:
4853
auto-push: ${{ github.ref == 'refs/heads/main' }}
4954
gh-pages-branch: gh-pages
5055
benchmark-data-dir-path: dev/bench
51-
comment-on-alert: true
56+
comment-always: true
5257
fail-on-alert: true
5358
alert-threshold: '120%'
5459
max-items-in-chart: 100

0 commit comments

Comments
 (0)