fix(ci): update shared health-check workflow ref#33483
Merged
Conversation
Agent-Logs-Url: https://github.com/DevExpress/DevExtreme/sessions/faf4d609-76ec-4b12-8c9c-38a54bb83b2e Co-authored-by: IlyaKhD <14272298+IlyaKhD@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Log progress on issue 3754 regarding health-check workflow
fix(health-check): correct shared workflow ref from May 4, 2026
@repo-check/latest to @repository-check
Contributor
|
@copilot I need this workflow to be added to the |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the DevExtreme health-check.yml workflow to invoke the shared DevExpress/github-actions reusable workflow using the correct ref, so the health check runs against the intended shared workflow version/tag.
Changes:
- Fixed the reusable workflow reference in
.github/workflows/health-check.ymlfrom@repo-check/latestto@repository-check.
Contributor
Author
Contributor
Contributor
Author
IlyaKhD
approved these changes
May 4, 2026
mpreyskurantov
approved these changes
May 5, 2026
@repo-check/latest to @repository-check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
health-check.ymlon26_1was invoking the shared repository-check workflow with a stale/incorrect ref tag, causing it to target the wrong ref.Change
.github/workflows/health-check.yml: Updatedusesref from@repo-check/latest→@repository-checkOutstanding (separate PRs needed)
25_1—health-check.ymldoes not exist yet25_2—health-check.ymldoes not exist yetOriginal prompt
This pull request was created from Copilot chat.