chore(#120): disable auto-trigger on inherited Cloudflare deploy

deploy.yml (inherited from upstream zjs81) fired on every tag push and failed on a missing CLOUDFLARE_API_TOKEN — secrets do not fork. Switch to workflow_dispatch-only to stop the per-tag failures; preserve the job for the scoped Offband web-app launch (Feature #121 / Epic #122).
pull/141/head
Strycher 4 weeks ago
parent 31f850530b
commit 8a8def7d3f

@ -1,9 +1,12 @@
name: Deploy to Cloudflare Workers
# Manual-only. This workflow was inherited from upstream zjs81 and deploys the web
# build to *its* Cloudflare account; this fork has no Cloudflare secrets, so the old
# `push: tags: ['*']` trigger failed on every tag (missing CLOUDFLARE_API_TOKEN).
# Disabled the auto-trigger to stop the per-tag failures (chore #120). The job is
# preserved for the deliberate Offband web-app launch (Feature #121 / Epic #122),
# which will define the proper trigger scope + secrets.
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:

Loading…
Cancel
Save

Powered by TurnKey Linux.