docs(NoTicket): fix nightly code check badge to reference nightly-v2.yml workflow #439
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.
Fix nightly code check badge to reference nightly-v2.yml workflow
Summary
Fixed the "Nightly code check" badge in README.md that was pointing to a non-existent
nightly.yml
workflow file. Updated the badge URL to reference the correctnightly-v2.yml
workflow file and updated the display text to "v2 Nightly code check" to match the actual workflow name.The badge was showing an error state because it was trying to access a workflow file that doesn't exist. The actual nightly workflow is
nightly-v2.yml
which runs daily at 3 AM UTC and includes code checks, unit tests, security scans, and integration tests.Review & Testing Checklist for Human
nightly-v2.yml
is correct in the URLDiagram
Notes
nightly-v2.yml
exists and is named "v2 Nightly code check"