Skip to content

ci: make test and detect-breaking-changes jobs non-blocking#2764

Merged
musa-cf merged 1 commit into
nextfrom
apix-852/ci-soft-fail
May 15, 2026
Merged

ci: make test and detect-breaking-changes jobs non-blocking#2764
musa-cf merged 1 commit into
nextfrom
apix-852/ci-soft-fail

Conversation

@musa-cf
Copy link
Copy Markdown
Contributor

@musa-cf musa-cf commented May 15, 2026

Summary

Make the test and detect-breaking-changes CI jobs non-blocking by adding continue-on-error: true. The jobs still run and report results, but failures no longer fail CI overall.

These jobs are informational for release readiness and should not gate merges on the next branch.

Changes

  • ci.yml: added continue-on-error: true to the test job
  • detect-breaking-changes.yml: added continue-on-error: true to the detect_breaking_changes job

Refs: APIX-852

Add continue-on-error: true to the test and detect-breaking-changes
jobs so they still run but do not fail CI. These jobs are informational
and should not gate release readiness.

Refs: APIX-852
@musa-cf musa-cf merged commit 86cac56 into next May 15, 2026
10 checks passed
@musa-cf musa-cf deleted the apix-852/ci-soft-fail branch May 15, 2026 20:04
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.

4 participants