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 a3bcd28 commit 3a36f30Copy full SHA for 3a36f30
.github/workflows/test-architecture.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
distribution: 'sapmachine'
25
java-version: ${{ matrix.java-version }}
26
- architecture: x64
+ architecture: x86
27
28
- name: Verify Java version
29
run: java -version
.github/workflows/test-multiple-JDKs.yml
@@ -1,9 +1,9 @@
1
name: Test Install multiple JDKs
2
3
on:
4
- push:
5
- branches:
6
- - sapMachine
+ # push:
+ # branches:
+ # - sapMachine
7
workflow_dispatch:
8
9
jobs:
0 commit comments