Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/low-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@
# so the per-merge run has no cost downside.
#
# What this workflow does:
# - Schedule: daily at 06:00 UTC.
# - push to main: runs on every merge (primary trigger).
Comment thread
AceHack marked this conversation as resolved.
Outdated
# - Schedule: daily at 06:00 UTC (backstop for weekends + missed
# pushes).
# - workflow_dispatch: manual trigger for ad-hoc verification.
# - Single ubuntu-slim leg matching gate.yml's install / build /
# test sequence on the smaller runner.
# test sequence on the smaller runner. ubuntu-slim was REMOVED
# from gate.yml's matrix when the per-merge trigger landed (per
# Codex P2 review on LFG #644) so we don't double-run the slim
# leg on every push.
# - Failure = drift on low-memory runners. File a BACKLOG row;
# does not block PRs in flight.
#
Expand Down
Loading