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:
parent
84eed04a59
commit
6ad121a408
1 changed files with 1 additions and 1 deletions
2
.github/workflows/juce_private_build.yml
vendored
2
.github/workflows/juce_private_build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue