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:
parent
c3ac6ad011
commit
60a19f5264
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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue