mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Update cypress.yaml (#8797)
This commit is contained in:
parent
d3fb6ff906
commit
30192469af
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…
x
Reference in New Issue
Block a user