Commit 9f29097
committed
ci(mobile-e2e): scope concurrency by platform so iOS+Android run in parallel
Previous concurrency group was keyed only by github.ref, so dispatches
from both iOS and Android compat gates against the same receiver branch
share the same group. With cancel-in-progress: true, firing the Android
gate cancels an in-flight iOS run (and vice-versa).
Scope the group by which platform's compat gate fired the dispatch
(ios / android / full) so the two can run concurrently. Rapid
re-dispatch within the same scope still cancels (intended behavior).1 parent 5fd2b22 commit 9f29097
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
0 commit comments