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 b2135f0cff
commit 05695af252
4 changed files with 29 additions and 0 deletions

View File

@@ -11,7 +11,11 @@ on:
workflow_dispatch:
inputs:
image_tag:
<<<<<<< HEAD
description: 'Docker image tag to test (e.g., pr-123-abc1234)'
=======
description: 'Docker image tag to test (e.g., pr-123-abc1234, latest)'
>>>>>>> 8edde88f (fix(ci): add image_tag input for manual triggers in integration workflows)
required: false
type: string