Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Oct 17, 2024
1 parent a997a1d commit c65c9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
if-no-files-found: error

build:
needs: [matrix]
needs: [matrix, build-wazuh-plugins, build-reporting-plugin]
runs-on: ${{ matrix.architecture == 'arm64' && 'wz-linux-arm64' || 'ubuntu-22.04' }}
strategy:
fail-fast: false
Expand Down

0 comments on commit c65c9ec

Please sign in to comment.