Skip to content

ci(low-memory): close 0-diff drift on "What this workflow does" comments#48

Merged
AceHack merged 2 commits intomainfrom
acehack/zero-diff-low-memory-comment-improvements
Apr 27, 2026
Merged

ci(low-memory): close 0-diff drift on "What this workflow does" comments#48
AceHack merged 2 commits intomainfrom
acehack/zero-diff-low-memory-comment-improvements

Conversation

@AceHack
Copy link
Copy Markdown
Owner

@AceHack AceHack commented Apr 27, 2026

Summary

Closes residual drift between AceHack and LFG main on low-memory.yml. LFG Lucent-Financial-Group#644's review process added comment improvements that didn't make it back to AceHack via #47 (which only backported the concurrency + timeout fixes).

What changed

Three comment additions to the "What this workflow does" block:

  • Push-to-main bullet at the top (primary trigger)
  • Schedule bullet gets backstop parenthetical
  • ubuntu-slim-was-removed-from-gate.yml note explaining the no-duplicate-run guarantee (per Codex P2)

Why

Per #43's diff-minimization invariant: AceHack and LFG should match on main with any drift rigorously accounted for. After this lands, git diff acehack/main..origin/main -- .github/workflows/low-memory.yml returns zero.

This is the kind of post-sync cleanup that closes the loop on today's 5-PR cascade (#45/#46 forward-sync + LFG Lucent-Financial-Group#644 review fixes + #47 backport).

🤖 Generated with Claude Code

…nt block

LFG main has comment improvements in low-memory.yml that didn't make
it back to AceHack via #47 (which only backported the concurrency +
timeout fixes). Close the residual drift:

- Add push-to-main bullet at the top of "What this workflow does"
- Add backstop parenthetical to schedule bullet
- Add ubuntu-slim-was-removed-from-gate.yml note explaining the no-
  duplicate-run guarantee

Per #43's diff-minimization invariant: AceHack and LFG should match
on main with any drift rigorously accounted for. After this lands,
\`git diff acehack/main..origin/main -- .github/workflows/low-memory.yml\`
should return zero.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 27, 2026 16:25
@AceHack AceHack enabled auto-merge (squash) April 27, 2026 16:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns .github/workflows/low-memory.yml’s “What this workflow does” comment block with the latest wording from LFG main to restore AceHack↔LFG 0-diff on this workflow file.

Changes:

  • Adds an explicit “push to main” bullet as the primary trigger.
  • Clarifies the schedule trigger as a backstop (weekends / missed pushes).
  • Documents why ubuntu-slim was removed from gate.yml’s matrix to avoid duplicate runs.

Comment thread .github/workflows/low-memory.yml Outdated
…kflow does" bullet (Copilot P2)

Copilot flagged the bullet's "every merge (primary trigger)" as
technically imprecise — the trigger is push.branches:[main] which
includes direct/force pushes if ever allowed. Match the more
precise wording used in the header (line 4-6) per the suggestion.

Now the bullet reads:
  push to main: runs on every push to main (in practice every
  merge; primary trigger).

Same imprecise wording is on LFG main (came in via LFG Lucent-Financial-Group#644). Will
forward-sync this fix to LFG via the next sibling sync to keep
0-diff.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@AceHack AceHack merged commit 257dbe0 into main Apr 27, 2026
15 checks passed
@AceHack AceHack deleted the acehack/zero-diff-low-memory-comment-improvements branch April 27, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants