Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 8a41a01

Browse files
noahgiftclaude
andcommitted
ci: adopt sovereign-ci.yml reusable workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c3bc659 commit 8a41a01

2 files changed

Lines changed: 2140 additions & 2118 deletions

File tree

.github/workflows/ci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Sovereign CI — calls reusable workflow from paiml/.github
2+
# Change once in paiml/.github → applies to all repos
3+
name: CI
4+
5+
on:
6+
push:
7+
branches: [main, master]
8+
pull_request:
9+
branches: [main, master]
10+
workflow_dispatch:
11+
12+
concurrency:
13+
group: ci-${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
15+
16+
jobs:
17+
ci:
18+
uses: paiml/.github/.github/workflows/sovereign-ci.yml@main
19+
with:
20+
repo: ${{ github.event.repository.name }}
21+
secrets: inherit
22+

0 commit comments

Comments
 (0)