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:16:37 +07:00
parent e181132921
commit 68faac3ac1
3 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
run-name: Build and push images 4.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }}
name: Build and push images 4.x
run-name: (4.x) Build and push images - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }}
name: (4.x) Build and push images
on:
workflow_dispatch:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Repository bumper
name: (4.x) Repository bumper
run-name: Bump ${{ github.ref_name }} (${{ inputs.id }})
on:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Wazuh Docker pipeline 4.x
name: (4.x) Wazuh Docker pipeline
on:
pull_request: