From e1c7ed3a13212ae1f30aade41333ffc49803f9be Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 4 Feb 2026 13:53:01 +0000 Subject: [PATCH] fix(ci): add manual trigger inputs for Cerberus integration workflow --- .github/workflows/cerberus-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cerberus-integration.yml b/.github/workflows/cerberus-integration.yml index d52af6e2..b07cfab5 100644 --- a/.github/workflows/cerberus-integration.yml +++ b/.github/workflows/cerberus-integration.yml @@ -7,6 +7,11 @@ on: branches: [main, development, 'feature/**'] # Explicit branch filter prevents unexpected triggers # Allow manual trigger for debugging workflow_dispatch: + inputs: + image_tag: + description: 'Docker image tag to test (e.g., pr-123-abc1234, latest)' + required: false + type: string concurrency: group: ${{ github.workflow }}-${{ github.ref }}