ci: wrap workflow run blocks in log groups#843
Merged
Conversation
Related to solvcon#782 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
yungyuc
requested changes
May 30, 2026
Member
yungyuc
left a comment
There was a problem hiding this comment.
@rockleona Did you add the groups for everything, or have some contents missing? It's OK to include partial contents. Please leave inline annotations in the PR diff for what you include and what you do not include.
ci: adding group in rest of the run stage
rockleona
commented
May 30, 2026
Comment on lines
55
to
56
| run: | | ||
| echo "github.event_name: ${{ github.event_name }}" |
Collaborator
Author
There was a problem hiding this comment.
But if there is only a single echo line, I won't place ::group:: annotation. Since I think it is annoying if there's only a single line after open the collapse.
yungyuc
approved these changes
May 30, 2026
Member
yungyuc
left a comment
There was a problem hiding this comment.
LGTM
@ExplorerRay @chestercheng could you please help take a look?
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.
Related to #782
Summary
Wrap the remaining multi-line GitHub Actions
run:blocks with::group::/::endgroup::so long CI logs are folded by default.Changes
.github/workflows/devbuild.yml.github/workflows/lint.yml.github/workflows/nouse_install.yml.github/workflows/profiling.yml.github/workflows/send_email_on_fail.yml