Skip to content

chore(ci): add cron trigger to repository-check#729

Merged
mpreyskurantov merged 3 commits into
masterfrom
khd/update-repo-check
Jun 30, 2026
Merged

chore(ci): add cron trigger to repository-check#729
mpreyskurantov merged 3 commits into
masterfrom
khd/update-repo-check

Conversation

@IlyaKhD

@IlyaKhD IlyaKhD commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Practical Value

Renames the workflow to Repository Check (the old "Health Check" name was confusing — it read like service/uptime monitoring), runs it automatically on a schedule (4×/day) so repository validation surfaces on its own, and protects the workflow file so changes require review from the infrastructure team.

Details

[•••]
  • Renames the workflow name: from Health Check to Repository Check, matching the reusable repository-check workflow it invokes.
  • Renames the file .github/workflows/health-check.yml.github/workflows/repository-check.yml for consistency.
  • Adds a schedule trigger (0 */6 * * * — 00:00 / 06:00 / 12:00 / 18:00 UTC) alongside the existing workflow_dispatch and push triggers.
  • Adds a CODEOWNERS rule requiring review from @DevExpress/devextreme-infrastructure for changes to repository-check.yml. (Enforced once branch protection has "Require review from Code Owners" enabled.)

@IlyaKhD IlyaKhD changed the title chore(ci): ✨ rename to "Repository Check", add 4x/day schedule, require infra review chore(ci): add cron trigger to repository-check Jun 29, 2026
@mpreyskurantov mpreyskurantov merged commit 3bb72ce into master Jun 30, 2026
17 checks passed
@mpreyskurantov mpreyskurantov deleted the khd/update-repo-check branch June 30, 2026 09:17
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