Commit 9b3329f
authored
[CI] Avoid Moon sync actions centrally (#260709)
## Summary
We currently don't use any of the moon sync operations, but even the
no-op sync for this amount of packages does stalls big runs, like
`:jest` with no benefit.
In other Moon related wrappers, we'd set `MOON_NO_ACTIONS` but since
Moon 2 it seems setting these fields to false in the workspace config
works the same wonders.1 parent ab83310 commit 9b3329f
2 files changed
Lines changed: 3 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments