Commit b0e3d49
ci: add global concurrency group for E2E tests
Add a concurrency group to ensure only one E2E test job runs at a time
across all workflow runs (PRs, master pushes, manual dispatches).
Previously, max-parallel only limited parallelism within a single
workflow run, so concurrent workflow runs could exceed the platform's
resource limits. Also increase max-parallel to 2 as a compromise between
stability and performance.
Relates to #785
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 596821b commit b0e3d49
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| |||
0 commit comments