From 23e3c79c856360aeb960228542394f19e3b6c473 Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Wed, 7 Jan 2026 09:13:12 +0100 Subject: [PATCH] Remove post-merge instructions from the CI container update workflow. --- .github/workflows/update-ci-container.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update-ci-container.yml b/.github/workflows/update-ci-container.yml index 1a81955c3..f7972e056 100644 --- a/.github/workflows/update-ci-container.yml +++ b/.github/workflows/update-ci-container.yml @@ -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 }}"