git status

rm .github/workflows/crowdsec-integration.yml .github/workflows/rate-limit-integration.yml .github/workflows/waf-integration.yml .github/workflows/e2e-tests.yml
fix(ci): add image_tag input for manual triggers in integration workflows
This commit is contained in:
GitHub Actions
2026-02-04 14:08:36 +00:00
parent 96746ed100
commit e8584f17c0
3 changed files with 17 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ on:
workflow_dispatch:
inputs:
image_tag:
description: 'Docker image tag to test (e.g., pr-123-abc1234, latest)'
description: 'Docker image tag to test (e.g., pr-123-abc1234)'
required: false
type: string