Skip to content

Commit 952b828

Browse files
authored
Merge pull request #159 from solrudev/develop
0.19.3
2 parents 33fa821 + 7f773c3 commit 952b828

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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:
@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)