mirror of https://github.com/vector-im/riot-web
Update cypress.yaml (#8797)
parent
d3fb6ff906
commit
30192469af
|
@ -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 New Issue