Skip to content

Commit

Permalink
Fix concurrency on deploy android
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Nov 2, 2022
1 parent 06ea2d4 commit 42a7f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
needs: [linting, testing]
# Don't try multiple builds concurrently,
# because build numbers would conflict.
concurrency: deploy-ios
concurrency: deploy-android
if: | # Don't deploy on draft PRs
github.event_name == 'workflow_dispatch'
|| (github.event_name == 'push' && github.ref == 'refs/heads/master')
Expand Down

0 comments on commit 42a7f99

Please sign in to comment.