Skip to content

Commit 4fe78a9

Browse files
wip
1 parent f7739ad commit 4fe78a9

2 files changed

Lines changed: 7 additions & 37 deletions

File tree

.github/workflows/pull-request-label.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/pull-request.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,14 @@ jobs:
2222
label-test-robot-done: test-robot-done
2323
label-test-robot-needed: test-robot-needed
2424

25+
test-robot-label:
26+
name: Job
27+
uses: ./.github/workflows/test-robot-label.yml
28+
with:
29+
label-test-robot-done: test-robot-done
30+
label-test-robot-needed: test-robot-needed
31+
2532
build:
26-
needs: test-robot-unlabel
27-
if: ${{ !failure() && !cancelled() && needs.test-robot-unlabel.result != 'failure' }}
2833
name: Job
2934
uses: ./.github/workflows/build.yml
3035

0 commit comments

Comments
 (0)