File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ run-name: "[${{ inputs.triggerer && inputs.triggerer || github.event.sender.logi
2626
2727jobs :
2828 setup :
29- if : ${{ inputs.nightly-targets == '[]' }}
29+ if : ${{ ( inputs.nightly-targets == '[]') && (inputs.cpp-std == '') }}
3030 name : Check and set CI commit status
3131 runs-on : ubuntu-latest
3232 env :
8686 uses : juce-framework/JUCE-utils/.github/workflows/docs.yml@master
8787 secrets : inherit
8888 set-commit-status :
89- if : ${{ always() && inputs.nightly-targets == '[]' }}
89+ if : ${{ always() && ( inputs.nightly-targets == '[]') && (inputs.cpp-std == '') }}
9090 needs : [setup, build, deploy, docs]
9191 name : Set CI commit status
9292 runs-on : ubuntu-latest
@@ -102,7 +102,7 @@ jobs:
102102 description : ${{ env.result }}
103103 targetUrl : ${{ env.target_url }}
104104 notify :
105- if : ${{ always() && !contains(needs.*.result, 'cancelled') && !startsWith(inputs.triggerer, 'Nightly Build') }}
105+ if : ${{ always() && !contains(needs.*.result, 'cancelled') }}
106106 needs : [setup, build, deploy, docs]
107107 name : Notify
108108 uses : juce-framework/JUCE-utils/.github/workflows/notify.yml@master
You can’t perform that action at this time.
0 commit comments