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
33on :
44 pull_request :
55 branches : [ iroha2-dev, iroha2-main ]
6+
67jobs :
78 build :
8- runs-on : ubuntu-latest
9-
9+ runs-on : [self-hosted, Linux, iroha2]
1010 env :
1111 IROHA_IMAGE_TAG : " 2.0.0-pre-rc.22.2" # Place "dev" to run on the last iroha
12-
1312 steps :
1413 - uses : actions/checkout@v3
1514 - 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
33on :
44 push :
55 branches : [ iroha2-dev, iroha2-main ]
6+ workflow_dispatch :
7+
68jobs :
79 build :
8- runs-on : ubuntu-latest
9-
10+ runs-on : [self-hosted, Linux, iroha2]
1011 steps :
1112 - uses : actions/checkout@v4
1213 - name : Set up JDK 17
You can’t perform that action at this time.
0 commit comments