From 21a76752a5cb60fa680975de877aeb5baf397ebe Mon Sep 17 00:00:00 2001 From: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com> Date: Sat, 1 Jul 2023 01:00:23 +0530 Subject: [PATCH] ci: Cypress-only-fixes label workflow remove (#24985) ## Description - This PR removed the Add Cypress-Only-Fixes Label on PR Merge workflow to run from PR merge until fixed --- .github/workflows/add-label.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/add-label.yml b/.github/workflows/add-label.yml index 98062d23ae..e9a5f4541a 100644 --- a/.github/workflows/add-label.yml +++ b/.github/workflows/add-label.yml @@ -1,10 +1,13 @@ name: Add Cypress-Only-Fixes Label on PR Merge +# on: +# pull_request: on: - pull_request: - types: - - closed - branches: - - release + # This line enables manual triggering of this workflow. + workflow_dispatch: + # types: + # - closed + # branches: + # - release jobs: add_label: