Commit 552be2d
ci(sync): make tag mirror push best-effort
Upstream has 6000+ tags. A single collision with a protected tag name
(or a transient GitHub API hiccup partway through the push) would
otherwise fail the entire sync run, stopping gix-main freshness. Tags
are nice-to-have for our mirror, not load-bearing — gix-main's HEAD
pointing at upstream/main is what actually matters.
Log a warning if the tag push exits non-zero so we have a trail, but
don't fail the job.
Co-authored-by: Claude <claude@anthropic.com>1 parent b02a74d commit 552be2d
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
0 commit comments