1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

CI: Remove always() condition

This commit is contained in:
Tom Poole 2025-05-21 11:00:25 +01:00
parent 84eed04a59
commit 6ad121a408

View file

@ -38,7 +38,7 @@ jobs:
context: CI
targetUrl: ${{ env.target_url }}
build:
if: ${{ always() && (needs.setup.result == 'success' || needs.setup.result == 'skipped') }}
if: ${{ !cancelled() && (success() || needs.setup.result == 'skipped') }}
needs: [setup]
name: .
# Not having the ability to do a dynamic 'uses' call is a real pain. To