We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0355b98 commit 9c184cbCopy full SHA for 9c184cb
.github/workflows/build.yml
@@ -224,15 +224,14 @@ jobs:
224
publish:
225
name: Publish release
226
runs-on: ubuntu-latest
227
- needs: [ build_apk, run_unit_tests, run_tooling_api_tests, run_connected_checks ]
+ needs: [ build_apk, run_unit_tests, run_tooling_api_tests ]
228
if: |
229
always()
230
&& github.ref == 'refs/heads/main'
231
&& github.event_name != 'pull_request'
232
&& needs.build_apk.result == 'success'
233
&& needs.run_unit_tests.result == 'success'
234
&& needs.run_tooling_api_tests.result == 'success'
235
- && needs.run_connected_checks.result == 'success'
236
steps:
237
- name: Checkout
238
uses: actions/checkout@v4
0 commit comments