Skip to content

Commit 3e9568d

Browse files
wip
1 parent af1c18f commit 3e9568d

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/pull-request.yml

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

25-
test-robot-check:
25+
build:
2626
needs: test-robot-unlabel
2727
if: always() && needs.test-robot-unlabel.result != 'failure'
2828
name: Job
29+
uses: ./.github/workflows/build.yml
30+
31+
test-robot-check:
32+
needs: build
33+
name: Job
2934
uses: ./.github/workflows/test-robot-check.yml
3035
with:
3136
label-test-robot-done: test-robot-done
@@ -41,9 +46,3 @@ jobs:
4146
poll: false
4247
delay: 0
4348
retries: 0
44-
45-
# build:
46-
# needs: test-robot-check
47-
# if: always() && needs.test-robot-unlabel.result != 'failure'
48-
# name: Job
49-
# uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)