diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b102a453c7..502f44e42d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. @@ -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