Merge pull request #6189 from matrix-org/gsouquet/disable-comments-on-forks
Disable comment-on-alert for PR coming from a forkpull/21833/head
commit
520763a045
|
@ -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