File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ name: Iroha2-java pull requests workflow
3
3
on :
4
4
pull_request :
5
5
branches : [ iroha2-dev, iroha2-main ]
6
+
6
7
jobs :
7
8
build :
8
- runs-on : ubuntu-latest
9
-
9
+ runs-on : [self-hosted, Linux, iroha2]
10
10
env :
11
11
IROHA_IMAGE_TAG : " 2.0.0-pre-rc.22.2" # Place "dev" to run on the last iroha
12
-
13
12
steps :
14
13
- uses : actions/checkout@v3
15
14
- name : Set up JDK 17
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ name: Iroha2-java main branch workflow
3
3
on :
4
4
push :
5
5
branches : [ iroha2-dev, iroha2-main ]
6
+ workflow_dispatch :
7
+
6
8
jobs :
7
9
build :
8
- runs-on : ubuntu-latest
9
-
10
+ runs-on : [self-hosted, Linux, iroha2]
10
11
steps :
11
12
- uses : actions/checkout@v4
12
13
- name : Set up JDK 17
You can’t perform that action at this time.
0 commit comments