Skip to content

chore: Allow cancelled CI dependencies in aggregate check#98

Merged
dotkas merged 1 commit into
mainfrom
copilot/fix-ci-passed-job-failures
Jun 30, 2026
Merged

chore: Allow cancelled CI dependencies in aggregate check#98
dotkas merged 1 commit into
mainfrom
copilot/fix-ci-passed-job-failures

Conversation

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

The aggregate CI Passed job failed merged PR runs when an in-flight workflow job was cancelled by CI concurrency. Those cancellations should not block the aggregate success signal.

  • CI aggregation
    • Treat cancelled dependency results as acceptable alongside success and skipped.
    • Continue failing the aggregate job when any dependency reports failure.
if [[ "$result" == "failure" ]]; then
  echo "Job failed: $result"
  exit 1
fi

@dotkas dotkas enabled auto-merge June 30, 2026 07:28
@dotkas dotkas changed the title Allow cancelled CI dependencies in aggregate check chore: Allow cancelled CI dependencies in aggregate check Jun 30, 2026
@dotkas dotkas merged commit ad326cc into main Jun 30, 2026
14 of 16 checks passed
@dotkas dotkas deleted the copilot/fix-ci-passed-job-failures branch June 30, 2026 07:34
@alchemax-housekeeper

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.1.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants