chore: drop explanatory comments from the workflow

This commit is contained in:
Deep Mehta
2026-08-11 11:33:37 -07:00
parent a999a13e32
commit 27696c6ed2

View File

@@ -9,9 +9,6 @@ jobs:
dispatch-cloud:
runs-on: ubuntu-latest
steps:
# A GitHub App token is minted per run and cannot silently expire the way a
# static PAT does. Comfy-Org/cloud's own bump-comfyui-on-tag.yml already
# authenticates this way; this brings the sending half in line with it.
- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v3
@@ -56,9 +53,6 @@ jobs:
echo "✅ Dispatched ComfyUI tag ${RELEASE_TAG} to Comfy-Org/cloud"
# This workflow failed silently on every run for two months. A failure here
# means the cloud bump PR is not opened and someone has to notice by hand, so
# make it visible rather than relying on anyone watching the Actions tab.
- name: Open an issue if the dispatch failed
if: failure()
env: