File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -23,30 +23,30 @@ jobs:
2323 eclipse-ls-extensions :
2424 needs : [ language-servers-multiplatform-build ]
2525 uses : ./.github/workflows/eclipse-ls-extensions-build.yml
26- with :
27- eclipse_profile : ' e435'
28- build_type : ' snapshot'
29- skip_tests : true
30- secrets : inherit
31-
32- e435-distro :
33- needs : [ eclipse-ls-extensions ]
34- uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
35- with :
36- eclipse_profile : ' e435'
37- build_type : ' snapshot'
38- java_version : ' 21'
39- secrets : inherit
40-
41- e436-distro :
42- needs : [ eclipse-ls-extensions ]
43- uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
4426 with :
4527 eclipse_profile : ' e436'
4628 build_type : ' snapshot'
47- java_version : ' 21 '
29+ skip_tests : true
4830 secrets : inherit
4931
32+ # e435-distro:
33+ # needs: [ eclipse-ls-extensions ]
34+ # uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
35+ # with:
36+ # eclipse_profile: 'e435'
37+ # build_type: 'snapshot'
38+ # java_version: '21'
39+ # secrets: inherit
40+ #
41+ # e436-distro:
42+ # needs: [ eclipse-ls-extensions ]
43+ # uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
44+ # with:
45+ # eclipse_profile: 'e436'
46+ # build_type: 'snapshot'
47+ # java_version: '21'
48+ # secrets: inherit
49+ #
5050 e437-distro :
5151 needs : [ eclipse-ls-extensions ]
5252 uses : ./.github/workflows/gh-hosted-eclipse-distro-build.yml
You can’t perform that action at this time.
0 commit comments