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