From 5a787e35cbc4b6711a19f6e6108f0c41ef31e508 Mon Sep 17 00:00:00 2001 From: Guido Modarelli Date: Tue, 5 Nov 2024 10:20:42 -0300 Subject: [PATCH] Refactor Wazuh dashboard workflow: streamline 'needs' list formatting for clarity and consistency in YAML structure --- .github/workflows/build_wazuh_dashboard_with_plugins.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_wazuh_dashboard_with_plugins.yml b/.github/workflows/build_wazuh_dashboard_with_plugins.yml index 6ebfd0ddeb04..c4bfbc6e4bb3 100644 --- a/.github/workflows/build_wazuh_dashboard_with_plugins.yml +++ b/.github/workflows/build_wazuh_dashboard_with_plugins.yml @@ -197,8 +197,7 @@ jobs: reference: ${{ inputs.reference_security_plugins }} build-and-test-package: - needs: - [setup-variables, build-main-plugins, build-base, build-security-plugin] + needs: [setup-variables, build-main-plugins, build-base, build-security-plugin] runs-on: ubuntu-latest name: Generate packages steps: