diff --git a/.github/workflows/therock-test-packages.yml b/.github/workflows/therock-test-packages.yml index e3ad33768c..cc9d559c05 100644 --- a/.github/workflows/therock-test-packages.yml +++ b/.github/workflows/therock-test-packages.yml @@ -108,6 +108,6 @@ jobs: # GitHub's 'Complete job' step is unaware of launched executables # and will fail to clean up orphan processes. - name: Post-job cleanup processes on Windows - if: ${{ runner.os == 'Windows' }} + if: ${{ always() && runner.os == 'Windows' }} shell: powershell run: . '${{ github.workspace }}\build_tools\github_actions\cleanup_processes.ps1'