wazuh / wazuh-indexer

Wazuh indexer, the Wazuh search engine
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
6 stars 16 forks source link

Improve identification of workflow runs to generate packages #236

Closed AlexRuiz7 closed 1 month ago

AlexRuiz7 commented 1 month ago

Description

We want like to improve the identification of the workflows runs that generate packages for wazuh-indexer by adding the OS and Architecture to the titles.

For example:

run-name: Build ${{ inputs.system }} wazuh-indexer on ${{ inputs.architecture }} | ${{ inputs.id }}

image