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.
1 parent 5ce5010 commit 49bcc32Copy full SHA for 49bcc32
.github/workflows/ci.yml
@@ -11,10 +11,6 @@ on:
11
pull_request:
12
branches: [master, 11.0_release]
13
14
-permissions:
15
- # allow posting comments to pull request
16
- pull-requests: write
17
-
18
concurrency:
19
group: ci-${{ github.ref }}-1
20
# Cancel previous builds for pull requests only.
@@ -346,10 +342,9 @@ jobs:
346
342
output-file-path: tests/benchmark-output.json
347
343
external-data-json-path: ./tests/benchmark-cache/benchmark-data.json
348
344
github-token: ${{ secrets.GITHUB_TOKEN }}
349
- alert-threshold: "150%"
345
+ alert-threshold: "120%"
350
comment-always: true
351
comment-on-alert: true
352
- summary-always: true
353
354
- name: Build playground compiler
355
if: matrix.build_playground
0 commit comments