Skip to content

Commit 60a19f5

Browse files
committed
CI: Always trigger a nightly build
1 parent c3ac6ad commit 60a19f5

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
@@ -60,7 +60,7 @@ jobs:
6060
post_response = json_github_api_request(f'statuses/{sha}', 'POST', data)
6161
print(post_response)
6262
build:
63-
if: ${{ !cancelled() && (success() || needs.setup.result == 'skipped') && (needs.setup.outputs.build == '1' || contains(fromJSON('["master"]'), github.ref_name)) }}
63+
if: ${{ !cancelled() && (success() || needs.setup.result == 'skipped') && (inputs.nightly-targets != '[]' || inputs.cpp-std != '' || needs.setup.outputs.build == '1' || contains(fromJSON('["master"]'), github.ref_name)) }}
6464
needs: [setup]
6565
name: .
6666
# Not having the ability to do a dynamic 'uses' call is a real pain. To

0 commit comments

Comments
 (0)