From e59807081db6c43f379e09cfe850496695f73967 Mon Sep 17 00:00:00 2001 From: Noah Gift Date: Sun, 22 Mar 2026 17:17:43 +0100 Subject: [PATCH] ci: remove unified gate from ci.yml (badge fix) The unified gate runs separately via org ruleset on PRs. Bundling it into ci.yml makes the badge RED when infrastructure fails even though all per-repo jobs pass. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5442d4bf..c369ec29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,5 @@ -# Unified CI — generated by deploy-unified-ci.sh. Do not edit manually. -# Spec: docs/specifications/unified-ci-pipeline.md -# -# Calls the centralized reusable gate workflow in paiml/infra. -# Branch protection requires "unified / gate" to pass before merge. +# CI — test, coverage, security +# Unified gate runs separately via org ruleset on PRs. name: CI @@ -19,13 +16,6 @@ concurrency: cancel-in-progress: true jobs: - unified: - uses: paiml/.github/.github/workflows/unified-gate.yml@main - with: - repo: ${{ github.event.repository.name }} - pr_sha: ${{ github.event.pull_request.head.sha || github.sha }} - secrets: inherit - test: runs-on: ubuntu-latest steps: