File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 unit-tests :
4141 runs-on : ubuntu-latest
4242 name : Unit tests
43- needs : build
43+ needs : [ build ]
4444 if : github.event.pull_request.merged != true && toJSON(github.event.pull_request.labels.*.name) != '["documentation"]'
4545
4646 permissions :
8080 device-tests :
8181 runs-on : ubuntu-latest
8282 name : Device tests (API ${{ matrix.api-level }})
83- needs : build
83+ needs : [ build ]
8484 if : github.event.pull_request.merged != true && toJSON(github.event.pull_request.labels.*.name) != '["documentation"]'
8585 timeout-minutes : 60
8686
@@ -154,7 +154,7 @@ jobs:
154154 name : Upload artifacts
155155 runs-on : ubuntu-latest
156156 if : github.repository == 'solrudev/Ackpine' && github.event.pull_request.base.ref == 'master' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
157- needs : [ status-check ]
157+ needs : [ build ]
158158
159159 steps :
160160 - name : Checkout
@@ -181,7 +181,7 @@ jobs:
181181 name : Publish documentation
182182 runs-on : ubuntu-latest
183183 if : github.repository == 'solrudev/Ackpine' && github.event.pull_request.base.ref == 'master' && github.event.pull_request.merged == true
184- needs : [ status-check ]
184+ needs : [ build ]
185185
186186 permissions :
187187 contents : write
You can’t perform that action at this time.
0 commit comments