Files
pulse/.github/workflows/deploy-demo-server.yml
T
2026-08-08 02:36:28 +01:00

23 lines
596 B
YAML

name: Verify Demo Server
# This historical bootstrap entry point is deliberately non-mutating. Stable
# demo writes belong exclusively to release-convergence.yml, where an exact
# committed stable tag is admitted under the global customer-promotion lease.
on:
workflow_dispatch:
permissions:
contents: read
jobs:
verify_current_stable_demo:
name: Verify Current Committed Stable Demo (No Mutation)
permissions:
contents: read
uses: ./.github/workflows/update-demo-server.yml
secrets: inherit
with:
tag: latest
target: stable
verify_only: true