Commit c78a48d
committed
🤖 perf: skip code signing in merge queue to enable parallel builds
The macOS build workflow was taking 24+ minutes because code signing
was enabled for merge_group events. This forced sequential x64+arm64
builds to avoid keychain race conditions.
Since merge queue builds don't need signed artifacts (only releases do),
we can safely skip signing and let both architectures build in parallel.
This should cut the macOS build time roughly in half (~12 min).
Generated with mux1 parent 35ad55b commit c78a48d
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments