Skip to content

ci: daily 2am rebuild + preserve fork-local workflows#5

Merged
DavidBellamy merged 1 commit intomainfrom
ci/update-maintain-deploy-v2
Apr 18, 2026
Merged

ci: daily 2am rebuild + preserve fork-local workflows#5
DavidBellamy merged 1 commit intomainfrom
ci/update-maintain-deploy-v2

Conversation

@DavidBellamy
Copy link
Copy Markdown
Collaborator

Summary

Two changes to .github/workflows/maintain-deploy.yml, coordinated across all 5 LLM360 forks (miles, sglang, smg, harbor, Megatron-LM):

  1. Cron cadence: changed from */15 * * * * (every 15 minutes) to 0 2 * * * (daily at 2 AM UTC). The 15-minute rebuild was wasteful given that upstream moves and our fork-only PR set both churn slowly; daily is sufficient.

  2. Preserve fork-local .github/workflows: added a new step right before the fingerprint-and-push step. It overlays .github/workflows/ from the fork's default branch onto the rebuilt deploy tree.

    Why: GitHub Actions only reads workflow files on the branch where the trigger fires. Fork-local CI like release-binary.yml (which has on: push: branches: [deploy]) lives only on main and never made it onto the deploy branch, so its triggers never fired. With this step, any workflow present on main is carried forward to deploy on every rebuild.

This PR is part of a coordinated rollout to all 5 LLM360 forks (miles, sglang, smg, harbor, Megatron-LM).

@DavidBellamy DavidBellamy merged commit b836aeb into main Apr 18, 2026
1 check passed
@DavidBellamy DavidBellamy deleted the ci/update-maintain-deploy-v2 branch April 18, 2026 06:35
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.

1 participant