mirror of https://github.com/vector-im/riot-web
Disable comment-on-alert for PR coming from a fork
parent
bef20dde48
commit
8dbc5bddc0
|
@ -31,7 +31,9 @@ jobs:
|
||||||
tool: 'jsperformanceentry'
|
tool: 'jsperformanceentry'
|
||||||
output-file-path: test/end-to-end-tests/performance-entries.json
|
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||||
fail-on-alert: false
|
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
|
# Only temporary to monitor where failures occur
|
||||||
alert-comment-cc-users: '@gsouquet'
|
alert-comment-cc-users: '@gsouquet'
|
||||||
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
||||||
|
|
Loading…
Reference in New Issue