forked from wazuh/wazuh-docker
Move the Wazuh version of the workflow name from the end to the beginning
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user