Remove post-merge instructions from the CI container update workflow.

This commit is contained in:
Johnpaul 2026-01-07 09:13:12 +01:00
parent 3b3fc70454
commit 23e3c79c85

View File

@ -55,8 +55,5 @@ jobs:
**Triggered by:** ${{ github.event_name == 'release' && format('[Release {0}]({1})', github.event.release.tag_name, github.event.release.html_url) || 'Manual workflow dispatch' }}
**After merging:**
1. Create a new release tag to publish the updated container
2. Update frontend's `ci-tests-e2e.yaml` container reference if needed
labels: automation
commit-message: "chore: bump ComfyUI to ${{ steps.version.outputs.version }}"