From 30192469af813608a42bbe30869f0bb7239853e5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 8 Jun 2022 23:08:28 +0100 Subject: [PATCH] Update cypress.yaml (#8797) --- .github/workflows/cypress.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 736ca529bb..df8c19618e 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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: