From 40c116e94b5181fabfc6fb254875d6bd3b68c9a4 Mon Sep 17 00:00:00 2001 From: Noah Gift Date: Sun, 22 Mar 2026 17:17:59 +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 | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8e2c46..7e62dc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,5 @@ -# Per-repo CI workflow — unified gate (lint + build + test + GPU) -# Generated by machines/clean-room/deploy-workflows.sh — do not edit manually. -# Spec: docs/specifications/unified-ci-pipeline.md -# -# Calls the unified 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 @@ -20,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: