Run App Review job in parallel
This commit is contained in:
parent
79c603dffd
commit
2736dfcede
|
@ -114,7 +114,7 @@ jobs:
|
|||
submit_for_app_review:
|
||||
if: github.ref == 'refs/heads/stable'
|
||||
runs-on: ubuntu-latest
|
||||
needs: release_public_beta
|
||||
needs: test_or_upload_to_app_store
|
||||
environment:
|
||||
name: app_review
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue