Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1f15097

Browse files
authored
Merge pull request #6191 from matrix-org/gsouquet/ci-disable-perf-comments
Disable comment-on-alert
2 parents 7e434d8 + adc4bd1 commit 1f15097

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
tool: 'jsperformanceentry'
3232
output-file-path: test/end-to-end-tests/performance-entries.json
3333
fail-on-alert: false
34-
# Secrets are not passed to fork, the action won't be able to comment
35-
# for community PRs
36-
comment-on-alert: ${{ github.repository_owner == 'matrix-org' }}
34+
comment-on-alert: false
3735
# Only temporary to monitor where failures occur
3836
alert-comment-cc-users: '@gsouquet'
3937
github-token: ${{ secrets.DEPLOY_GH_PAGES }}

0 commit comments

Comments
 (0)