From d3ae592d3ebbfd594b4416ce49a943c2bcd8ec46 Mon Sep 17 00:00:00 2001 From: Peter Makowski Date: Tue, 23 Jan 2024 10:49:32 +0100 Subject: [PATCH] ci: run cypress on PR --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 40c29b23a2b..13e232508d0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -5,6 +5,8 @@ on: - main - "3.*" - "*cypress*" + pull_request: + types: [opened, synchronize, reopened] jobs: cypress: @@ -54,7 +56,7 @@ jobs: name: cypress-screenshots path: cypress/screenshots - name: Create issue on failure - if: failure() + # if: failure() uses: JasonEtco/create-an-issue@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}