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
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user