Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
pull_request:
branches: [master, 11.0_release]

permissions:
# allow posting comments to pull request
pull-requests: write

concurrency:
group: ci-${{ github.ref }}-1
# Cancel previous builds for pull requests only.
Expand Down Expand Up @@ -346,10 +342,9 @@ jobs:
output-file-path: tests/benchmark-output.json
external-data-json-path: ./tests/benchmark-cache/benchmark-data.json
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: "150%"
alert-threshold: "120%"
comment-always: true
comment-on-alert: true
summary-always: true

- name: Build playground compiler
if: matrix.build_playground
Expand Down
Loading