Skip to content

Commit

Permalink
Update ekline.yml (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-devrev authored Nov 1, 2024
1 parent 05557fe commit 17ecaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ekline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
permissions: write-all
jobs:
test-pr-review:
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'No EkLine') == false
if: contains(github.event.label.name, 'EkLine')
name: runner / EkLine Reviewer (github-pr-review)
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 17ecaee

Please sign in to comment.