mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 02:55:51 +00:00
23 lines
596 B
YAML
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
|