AI CI #1499
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AI CI | |
| on: | |
| workflow_dispatch: | |
| workflow_run: | |
| workflows: ["CI Gate", "AI Moderator"] | |
| types: [completed] | |
| permissions: | |
| actions: read | |
| contents: write | |
| id-token: write | |
| issues: write | |
| pull-requests: write | |
| concurrency: | |
| group: ai-ci-${{ github.event.workflow_run.head_branch || github.run_id }} | |
| cancel-in-progress: false | |
| jobs: | |
| ci-suite: | |
| uses: dryvist/ai-workflows/.github/workflows/suite-ci.yml@v0 | |
| with: | |
| repo_context: "Nix home-manager modules for AI CLI tools (Claude, Gemini, Copilot, MCP servers)" | |
| ci_structure: "ci-gate.yml (dorny/paths-filter + nix-check + markdown-lint + alls-green gate)" | |
| workflow_name: "CI Gate" | |
| extra_tools: "Bash(nix *)" | |
| secrets: inherit |