-
Notifications
You must be signed in to change notification settings - Fork 2
Output useful information for dashboard #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: stormspeed
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds structured logging output to the CI workflow to enable dashboard visualization by emitting key job metadata at the start and completion of workflow runs.
- Adds job context logging at workflow start with job name, status, and GitHub metadata
- Adds job completion status logging that runs regardless of job outcome
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
❌ CI Test Failed I have removed the Action Required:
|
1 similar comment
|
❌ CI Test Failed I have removed the Action Required:
|
This pull request outputs some useful information (e.g., job name, job status) to the CI workflow logs so that they can be queried and visualized on a dashboard later.
fix #56