From 604e8d1424fe0cf853d2524e1f45e753168724b9 Mon Sep 17 00:00:00 2001 From: Skylar Simoncelli <128400943+skylar-simoncelli@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:25:51 +0100 Subject: [PATCH] fix: always --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c19506c91..69daa7ac1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -420,7 +420,7 @@ jobs: threads: 1 publish: - if: ${{ github.event.inputs.no-release != 'true' && (github.event.inputs.no-tests == 'true' || needs.run-all-tests-on-n2-epoch.result == 'success') }} + if: ${{ always() && github.event.inputs.no-release != 'true' && (github.event.inputs.no-tests == 'true' || needs.run-all-tests-on-n2-epoch.result == 'success') }} runs-on: ubuntu-latest needs: - build-linux