mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Update cypress.yaml (#8797)
This commit is contained in:
parent
d3fb6ff906
commit
30192469af
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cypress.yaml
vendored
6
.github/workflows/cypress.yaml
vendored
|
@ -109,10 +109,14 @@ jobs:
|
|||
store-benchmark:
|
||||
needs: cypress
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.event != 'pull_request'
|
||||
if: |
|
||||
github.event.workflow_run.event != 'pull_request' &&
|
||||
github.event.workflow_run.head_branch == 'develop'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Download benchmark result
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue