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:
8
.github/workflows/rate-limit-integration.yml
vendored
8
.github/workflows/rate-limit-integration.yml
vendored
@@ -11,7 +11,15 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
image_tag:
|
||||
<<<<<<< HEAD
|
||||
description: 'Docker image tag to test (e.g., pr-123-abc1234, latest)'
|
||||
=======
|
||||
<<<<<<< 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)
|
||||
>>>>>>> 05695af2 ( git status)
|
||||
required: false
|
||||
type: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user