Skip to content

Commit 03fa7db

Browse files
wip
1 parent 454830c commit 03fa7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-robot-check.yml

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-check-labels:
23-
if: contains(github.event.pull_request.labels.*.name, inputs.label-test-robot-needed)
23+
if: contains(github.event.pull_request.labels.*.name, inputs.label-test-robot-needed) || github.run_attempt > 1
2424
name: Robot Test Check
2525
runs-on: ubuntu-latest
2626
steps:

0 commit comments

Comments
 (0)