We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255b5e0 commit c84fb4cCopy full SHA for c84fb4c
1 file changed
.github/workflows/pull-request.yml
@@ -32,14 +32,15 @@ jobs:
32
label-test-robot-needed: test-robot-needed
33
34
allchecks:
35
+ needs: test-robot-
36
runs-on: ubuntu-latest
37
steps:
38
- uses: wechuli/allcheckspassed@v2
39
with:
40
poll: false
41
42
# build:
- # needs: test-robot-unlabel
43
+ # needs: test-robot-check
44
# if: always() && needs.test-robot-unlabel.result != 'failure'
45
# name: Job
46
# uses: ./.github/workflows/build.yml
0 commit comments