Skip to content

Commit 08e06de

Browse files
authored
chore: add ci:allow-undesirable label logic (renovatebot#35339)
1 parent 7da63b4 commit 08e06de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/undesirable-test-additions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
check_undesirable_code:
9+
if: "!contains(github.event.pull_request.labels.*.name, 'ci:allow-undesirable')"
910
runs-on: ubuntu-latest
1011

1112
steps:

0 commit comments

Comments
 (0)