chore(workflows): disable branch checks on pr-quality
This commit is contained in:
parent
4b34ac7cab
commit
178b1592fe
1 changed files with 2 additions and 5 deletions
7
.github/workflows/pr-quality.yaml
vendored
7
.github/workflows/pr-quality.yaml
vendored
|
|
@ -19,13 +19,10 @@ jobs:
|
|||
max-failures: 4
|
||||
|
||||
# PR Branch Checks
|
||||
allowed-target-branches: "next"
|
||||
allowed-target-branches: ""
|
||||
blocked-target-branches: ""
|
||||
allowed-source-branches: ""
|
||||
blocked-source-branches: |
|
||||
main
|
||||
master
|
||||
v4.x
|
||||
blocked-source-branches: ""
|
||||
|
||||
# PR Quality Checks
|
||||
max-negative-reactions: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue