We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa9f50 commit 40b6d50Copy full SHA for 40b6d50
1 file changed
.github/workflows/test-robot-check.yml
@@ -20,6 +20,7 @@ permissions:
20
21
jobs:
22
test-robot-check-labels:
23
+ if: contains(github.event.pull_request.labels.*.name, inputs.label-test-robot-needed)
24
name: Robot Test Check
25
runs-on: ubuntu-latest
26
steps:
0 commit comments