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
This commit is contained in:
Aishwarya-U-R 2023-07-01 01:00:23 +05:30 committed by GitHub
parent 6182de6d2b
commit 21a76752a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,13 @@
name: Add Cypress-Only-Fixes Label on PR Merge name: Add Cypress-Only-Fixes Label on PR Merge
# on:
# pull_request:
on: on:
pull_request: # This line enables manual triggering of this workflow.
types: workflow_dispatch:
- closed # types:
branches: # - closed
- release # branches:
# - release
jobs: jobs:
add_label: add_label: