mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +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:
|
store-benchmark:
|
||||||
needs: cypress
|
needs: cypress
|
||||||
runs-on: ubuntu-latest
|
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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Download benchmark result
|
- name: Download benchmark result
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue