ci: ensure Docker build runs even when core dep update is skipped#117
ci: ensure Docker build runs even when core dep update is skipped#117
Conversation
Summary by CodeRabbit
Summary by CodeRabbit
WalkthroughThe conditional logic for triggering the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
|
akshaydeo
left a comment
There was a problem hiding this comment.
no no. this we cant merge
|
yes yes, not merging |
32264ac to
7498a6b
Compare
|
@akshaydeo ig this condition works |
|
whats the scenario we are capturing here? |
|
when job 1 fails cause of some breaking update in /core, so we manually build the transport and bump its version |
7498a6b to
d3f4953
Compare
|
@akshaydeo ig we can go ahead with this |
|
Fixed conditional logic for Docker build job to ensure it runs when the dependency update job is skipped but a valid tag exists. The updated condition checks for either a successful dependency update OR a combination of a skipped update with a valid transport version tag.

Fixed conditional logic for Docker build job to ensure it runs when the dependency update job is skipped but a valid tag exists. The updated condition checks for either a successful dependency update OR a combination of a skipped update with a valid transport version tag.