Merge remote-tracking branch 'upstream/develop' into feature/pr-template
This commit is contained in:
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Develop jobs
|
||||
name: Develop
|
||||
on:
|
||||
push:
|
||||
branches: [develop]
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user