Skip to content

Commit

Permalink
fix: always
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-simoncelli authored Nov 14, 2024
1 parent 263cfb2 commit 604e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 604e8d1

Please sign in to comment.