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
# 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: