From b2d9b3ad4d74b99dfd6232c61420d390770e29c8 Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:42:52 +0530 Subject: [PATCH] Fix: cypress workflow issue (#5644) * Fix: cypress workflow issue with not triggered when label is added * corrections * workflow --- .github/workflows/cypress.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 957afed2fd..cfc4849367 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,14 +1,10 @@ name: Cypress E2E Test on: - pull_request: - branches: - - ${{ github.head_ref }} pull_request_target: types: [labeled, unlabeled, closed] branches: - ${{ github.head_ref }} - workflow_dispatch: env: