fix(ci): daily workflow job names#2836
Merged
Merged
Conversation
richard-ramos
force-pushed
the
fix/daily-name
branch
from
July 15, 2026 17:55
4c4a15f to
787e5b3
Compare
richard-ramos
force-pushed
the
fix/daily-name
branch
from
July 15, 2026 18:10
787e5b3 to
6259ce0
Compare
richard-ramos
marked this pull request as ready for review
July 15, 2026 18:17
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2836 +/- ##
==========================================
- Coverage 81.24% 81.23% -0.01%
==========================================
Files 170 170
Lines 30741 30741
Branches 12 12
==========================================
- Hits 24976 24973 -3
- Misses 5765 5768 +3 🚀 New features to boost your workflow:
|
gmelodie
approved these changes
Jul 15, 2026
richard-ramos
enabled auto-merge
July 15, 2026 19:26
vladopajic
approved these changes
Jul 15, 2026
vladopajic
approved these changes
Jul 15, 2026
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.
Summary
Refactors
daily_test_all_latest_deps.ymlso the PR label gate runs on a static wrapper job, while the actual test matrix lives indaily_test_all_latest_deps_matrix.yml.This avoids skipped PR runs showing raw
${{ matrix... }}expressions, while preserving detailed matrix job names when the daily workflow actually runs.Affected Areas
test_allruns.Risk Assessment
Low risk. The workflow logic is unchanged operationally; the existing cache cleanup, dependency resolution, and test matrix were moved into a reusable workflow invoked by the gated daily wrapper.