Move the Wazuh version of the workflow name from the end to the beginning

This commit is contained in:
Victor Carlos Erenu
2026-06-10 20:12:21 +07:00
parent 16d0b02ff5
commit b509441887
7 changed files with 8 additions and 8 deletions
@@ -2,7 +2,7 @@ run-name: >-
${{ github.event_name == 'workflow_dispatch'
&& format('Docker Integration Test - Manual {0} on {1}', inputs.deployment_type, inputs.pr_head_ref)
|| format('Docker Integration Test - #{0} {1}', github.event.issue.number, github.event.issue.title) }}
name: PR Check - Docker Integration Tests 5.x
name: (5.x) PR Check - Docker Integration Tests
on:
issue_comment: