diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index cc1deee..ea94ec4 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -394,7 +394,7 @@ jobs: artifacts: '.artifacts' PostProcess: - needs: [ Initialization, Build, Deploy, Deliver, DeployALDoc ] + needs: [ Initialization, Build, Deploy, Deliver, DeployALDoc, CodeAnalysisUpload ] if: (!cancelled()) runs-on: [ windows-latest ] steps: