Update cypress.yaml (#8797)

This commit is contained in:
Michael Telatynski
2022-06-08 23:08:28 +01:00
committed by GitHub
parent d3fb6ff906
commit 30192469af

View File

@@ -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: