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:
parent
6182de6d2b
commit
21a76752a5
13
.github/workflows/add-label.yml
vendored
13
.github/workflows/add-label.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user