Fix copilot suggestions

This commit is contained in:
fcaffieri
2026-05-29 10:35:13 -03:00
parent fb2148da39
commit 2f4ab3f71e
@@ -101,8 +101,9 @@ jobs:
- name: Parse command and set deployment metadata
id: parse_command
env:
COMMENT_BODY: ${{ github.event.comment.body }}
run: |
COMMENT_BODY="${{ github.event.comment.body }}"
# Check longest match first to avoid /test-docker matching /test-docker-single
if echo "$COMMENT_BODY" | grep -q '/test-docker-single'; then
echo 'deployment_matrix=["single-node"]' >> $GITHUB_OUTPUT