We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7703809 commit c7d06a0Copy full SHA for c7d06a0
1 file changed
.github/workflows/pull-request.yml
@@ -22,8 +22,8 @@ jobs:
22
label-test-robot-done: test-robot-done
23
label-test-robot-needed: test-robot-needed
24
25
- build:
26
- needs: test-robot-unlabel
27
- if: always() && needs.test-robot-unlabel.result != 'failure'
28
- name: Job
29
- uses: ./.github/workflows/build.yaml
+ # build:
+ # needs: test-robot-unlabel
+ # if: always() && needs.test-robot-unlabel.result != 'failure'
+ # name: Job
+ # uses: ./.github/workflows/build.yaml
0 commit comments