Skip to content

Commit 6ad121a

Browse files
committed
CI: Remove always() condition
1 parent 84eed04 commit 6ad121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/juce_private_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
context: CI
3939
targetUrl: ${{ env.target_url }}
4040
build:
41-
if: ${{ always() && (needs.setup.result == 'success' || needs.setup.result == 'skipped') }}
41+
if: ${{ !cancelled() && (success() || needs.setup.result == 'skipped') }}
4242
needs: [setup]
4343
name: .
4444
# Not having the ability to do a dynamic 'uses' call is a real pain. To

0 commit comments

Comments
 (0)