Skip to content

Commit 17ecaee

Browse files
authored
Update ekline.yml (#104)
1 parent 05557fe commit 17ecaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ekline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
permissions: write-all
88
jobs:
99
test-pr-review:
10-
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'No EkLine') == false
10+
if: contains(github.event.label.name, 'EkLine')
1111
name: runner / EkLine Reviewer (github-pr-review)
1212
runs-on: ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)