diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ae17a8749..918434a93 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,6 +1,8 @@ name: Cypress Tests -on: [push, pull_request] +on: + pull_request: + types: [ opened, review_requested, synchronize ] jobs: cypress: if: "!contains(github.event.pull_request.labels.*.name, 'ops')"