chore: Add manual trigger for Docker test workflow (#5509)

chore: Add workflow_dispatch trigger to docker_test.yml for manual workflow execution
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-01-02 10:11:33 -03:00 committed by GitHub
commit 6c3cde8973
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ on:
- "pyproject.toml"
- "src/**"
- ".github/workflows/docker_test.yml"
workflow_dispatch:
env:
POETRY_VERSION: "1.8.2"