diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 96d09118fb..f103d21602 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -385,7 +385,7 @@ jobs: fi - name: Stop Private Network - if: ${{ github.event.inputs.skip_checks != 'true' }} + if: ${{ always() && github.event.inputs.skip_checks != 'true' }} run: | cd contrib/localnet/ docker compose down