Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down
Loading