From b50944188754a3d12c3a5407ec66f7e6b6b02dc3 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Wed, 10 Jun 2026 20:12:21 +0700 Subject: [PATCH] Move the Wazuh version of the workflow name from the end to the beginning --- .github/workflows/4_build_and_push_images.yml | 4 ++-- .github/workflows/4_bumper_repository.yml | 2 +- .github/workflows/4_pr_check.yml | 2 +- .github/workflows/5_build_and_push_images.yml | 2 +- .github/workflows/5_bumper_repository.yml | 2 +- .github/workflows/5_check_integration_tools.yml | 2 +- .github/workflows/5_pr_check.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/4_build_and_push_images.yml b/.github/workflows/4_build_and_push_images.yml index afef0da3..fab5601d 100644 --- a/.github/workflows/4_build_and_push_images.yml +++ b/.github/workflows/4_build_and_push_images.yml @@ -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: diff --git a/.github/workflows/4_bumper_repository.yml b/.github/workflows/4_bumper_repository.yml index c932fc35..f4d2f6b4 100644 --- a/.github/workflows/4_bumper_repository.yml +++ b/.github/workflows/4_bumper_repository.yml @@ -1,4 +1,4 @@ -name: Repository bumper 4.x +name: (4.x) Repository bumper run-name: Bump ${{ github.ref_name }} (${{ inputs.id }}) on: diff --git a/.github/workflows/4_pr_check.yml b/.github/workflows/4_pr_check.yml index a7b7f344..1db63adf 100644 --- a/.github/workflows/4_pr_check.yml +++ b/.github/workflows/4_pr_check.yml @@ -1,4 +1,4 @@ -name: Wazuh Docker pipeline 4.x +name: (4.x) Wazuh Docker pipeline on: pull_request: diff --git a/.github/workflows/5_build_and_push_images.yml b/.github/workflows/5_build_and_push_images.yml index bd630f01..9aaf8286 100644 --- a/.github/workflows/5_build_and_push_images.yml +++ b/.github/workflows/5_build_and_push_images.yml @@ -1,5 +1,5 @@ run-name: Build and push images 5.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }} -name: Build and push images 5.x +name: (5.x) Build and push images on: workflow_dispatch: diff --git a/.github/workflows/5_bumper_repository.yml b/.github/workflows/5_bumper_repository.yml index f92c9f2c..b146f00e 100644 --- a/.github/workflows/5_bumper_repository.yml +++ b/.github/workflows/5_bumper_repository.yml @@ -1,4 +1,4 @@ -name: Repository bumper 5.x +name: (5.x) Repository bumper run-name: Bump ${{ github.ref_name }} (${{ inputs.id }}) on: diff --git a/.github/workflows/5_check_integration_tools.yml b/.github/workflows/5_check_integration_tools.yml index d78c9850..1cdc3793 100644 --- a/.github/workflows/5_check_integration_tools.yml +++ b/.github/workflows/5_check_integration_tools.yml @@ -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: diff --git a/.github/workflows/5_pr_check.yml b/.github/workflows/5_pr_check.yml index f3fc69fa..8218ea5e 100644 --- a/.github/workflows/5_pr_check.yml +++ b/.github/workflows/5_pr_check.yml @@ -1,4 +1,4 @@ -name: Wazuh Docker pipeline 5.x +name: (5.x) Wazuh Docker pipeline permissions: contents: read id-token: write