Skip to content

Commit

Permalink
Refactor Wazuh dashboard workflow: streamline 'needs' list formatting…
Browse files Browse the repository at this point in the history
… for clarity and consistency in YAML structure
  • Loading branch information
guidomodarelli committed Nov 5, 2024
1 parent c3431df commit 5a787e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a787e3

Please sign in to comment.