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 @@ -35,19 +35,19 @@ jobs:
3535 cpp-std : ${{ inputs.cpp-std }}
3636 secrets : inherit
3737 deploy :
38- if : ${{ contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.nightly-targets == '[]' }}
38+ if : ${{ contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.cpp-std == '' && inputs. nightly-targets == '[]' }}
3939 needs : [build]
4040 name : Deploy
4141 uses : juce-framework/JUCE-utils/.github/workflows/deploy.yml@master
4242 secrets : inherit
4343 docs :
44- if : ${{ contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.nightly-targets == '[]' }}
44+ if : ${{ contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.cpp-std == '' && inputs. nightly-targets == '[]' }}
4545 needs : [deploy]
4646 name : Docs
4747 uses : juce-framework/JUCE-utils/.github/workflows/docs.yml@master
4848 secrets : inherit
4949 notify :
50- if : ${{ always( ) && inputs.nightly-targets == '[]' }}
50+ if : ${{ !(cancelled() || failure() ) && inputs.nightly-targets == '[]' }}
5151 needs : [docs]
5252 name : Notify
5353 uses : juce-framework/JUCE-utils/.github/workflows/notify.yml@master
You can’t perform that action at this time.
0 commit comments