Skip to content

Commit

Permalink
fix(ci): update veracode workflow output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jul 5, 2024
1 parent ee239cf commit 251ed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: Binary preparation
runs-on: [self-hosted, collect]
needs: [routing]
if: needs.build.outputs.skip_analysis == 'false'
if: needs.routing.outputs.skip_analysis == 'false'
container:
image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/centreon-collect-alma9:${{ inputs.img_version }}
credentials:
Expand Down

0 comments on commit 251ed03

Please sign in to comment.