Merge pull request #6191 from matrix-org/gsouquet/ci-disable-perf-comments

Disable comment-on-alert
pull/21833/head
Germain 2021-06-16 08:50:38 +01:00 committed by GitHub
commit 1f15097e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ jobs:
tool: 'jsperformanceentry'
output-file-path: test/end-to-end-tests/performance-entries.json
fail-on-alert: false
# Secrets are not passed to fork, the action won't be able to comment
# for community PRs
comment-on-alert: ${{ github.repository_owner == 'matrix-org' }}
comment-on-alert: false
# Only temporary to monitor where failures occur
alert-comment-cc-users: '@gsouquet'
github-token: ${{ secrets.DEPLOY_GH_PAGES }}