Skip to content

Commit e1c7ed3

Browse files
committed
fix(ci): add manual trigger inputs for Cerberus integration workflow
1 parent 6938d46 commit e1c7ed3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cerberus-integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches: [main, development, 'feature/**'] # Explicit branch filter prevents unexpected triggers
88
# Allow manual trigger for debugging
99
workflow_dispatch:
10+
inputs:
11+
image_tag:
12+
description: 'Docker image tag to test (e.g., pr-123-abc1234, latest)'
13+
required: false
14+
type: string
1015

1116
concurrency:
1217
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)