You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-01 13:11:10 +03:00
Disable comment-on-alert for PR coming from a fork
This commit is contained in:
4
.github/workflows/develop.yml
vendored
4
.github/workflows/develop.yml
vendored
@@ -31,7 +31,9 @@ jobs:
|
||||
tool: 'jsperformanceentry'
|
||||
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||
fail-on-alert: false
|
||||
comment-on-alert: true
|
||||
# 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' }}
|
||||
# Only temporary to monitor where failures occur
|
||||
alert-comment-cc-users: '@gsouquet'
|
||||
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
||||
|
||||
Reference in New Issue
Block a user