Skip to content

Conversation

JP-Ellis
Copy link
Contributor

📝 Summary

Minor tweak to ensure that the build is not reported as successful unless the deployment is successful (or skipped).

🚨 Breaking Changes

🔥 Motivation

🔨 Test Plan

🔗 Related issues/PRs

This should _not_ result in failures though, as the `if` only checks for
cancelled or failed dependencies (implicitly allowing skipped ones).

Signed-off-by: JP-Ellis <josh@jpellis.me>
Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis self-assigned this Aug 29, 2025
@Copilot Copilot AI review requested due to automatic review settings August 29, 2025 03:25
Copy link
Contributor

@Copilot Copilot AI left a 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 publish as a dependency to the completion jobs in GitHub Actions workflows to ensure the build is only reported as successful when the deployment is successful or skipped. It also reformats a conditional statement for better readability.

  • Adds publish job dependency to completion jobs across multiple workflow files
  • Reformats multi-line conditional statement in test.yml for improved readability

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/test.yml Reformats conditional statement for readability
.github/workflows/build.yml Adds publish dependency to completion job
.github/workflows/build-ffi.yml Adds publish dependency to completion job
.github/workflows/build-cli.yml Adds publish dependency to completion job

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@JP-Ellis JP-Ellis merged commit cf7282e into main Aug 29, 2025
126 of 130 checks passed
@JP-Ellis JP-Ellis deleted the chore/minor-ci-tweaks branch August 29, 2025 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant