We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1c18f commit 3e9568dCopy full SHA for 3e9568d
1 file changed
.github/workflows/pull-request.yml
@@ -22,10 +22,15 @@ jobs:
22
label-test-robot-done: test-robot-done
23
label-test-robot-needed: test-robot-needed
24
25
- test-robot-check:
+ build:
26
needs: test-robot-unlabel
27
if: always() && needs.test-robot-unlabel.result != 'failure'
28
name: Job
29
+ uses: ./.github/workflows/build.yml
30
+
31
+ test-robot-check:
32
+ needs: build
33
+ name: Job
34
uses: ./.github/workflows/test-robot-check.yml
35
with:
36
@@ -41,9 +46,3 @@ jobs:
41
46
poll: false
42
47
delay: 0
43
48
retries: 0
44
-
45
- # build:
- # needs: test-robot-check
- # if: always() && needs.test-robot-unlabel.result != 'failure'
- # name: Job
49
- # uses: ./.github/workflows/build.yml
0 commit comments