Skip to content

Commit 7703809

Browse files
wip
1 parent f19caef commit 7703809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-robot-unlabel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
test-robot-unlabel:
23-
# if: github.event.label.name == inputs['label-test-robot-done']
23+
if: contains(github.event.pull_request.labels.*.name, inputs.label-test-robot-needed)
2424
name: Test Robot Unlabel
2525
runs-on: ubuntu-latest
2626
steps:

0 commit comments

Comments
 (0)