Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 72e3ac9

Browse files
committed
chore(workflow): update job dependencies for 'publish' job
1 parent df29ad7 commit 72e3ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
publish:
218218
name: Publish release
219219
runs-on: ubuntu-latest
220-
needs: [ build_apk, run_unit_tests, run_tooling_api_tests ]
220+
needs: [ build_apk, run_unit_tests, run_tooling_api_tests, run_connected_checks ]
221221
if: |
222222
always()
223223
&& github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)