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

CI: Always trigger a nightly build

This commit is contained in:
Tom Poole 2025-09-15 12:12:28 +01:00
parent c3ac6ad011
commit 60a19f5264

View file

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