Skip to content

Commit 74924f4

Browse files
committed
[GHA] STS5 only e437 distro build
1 parent c5bdf67 commit 74924f4

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/snapshot-all.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)