feat: seed Lariza feature demonstration
Add synthetic fixtures and proposed policy contracts for safely demonstrating future Lariza capabilities. Assisted-by: Codex: GPT-5.6
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Manual deployment evidence demonstration
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
validate-evidence:
|
||||
runs-on: lariza-test
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Validate fixtures without deploying
|
||||
shell: sh
|
||||
run: |
|
||||
set -eu
|
||||
test -f .lariza/environments.yaml
|
||||
test -f fixtures/release-evidence.json
|
||||
test -f deploy/environments/production.yaml
|
||||
printf 'Deployment fixtures are present; no environment was changed.\n'
|
||||
Reference in New Issue
Block a user