We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ac6ad commit 60a19f5Copy full SHA for 60a19f5
.github/workflows/juce_private_build.yml
@@ -60,7 +60,7 @@ jobs:
60
post_response = json_github_api_request(f'statuses/{sha}', 'POST', data)
61
print(post_response)
62
build:
63
- 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)) }}
64
needs: [setup]
65
name: .
66
# Not having the ability to do a dynamic 'uses' call is a real pain. To
0 commit comments