Skip to content

Commit 0c1ead4

Browse files
authored
Use Sora self-hosted runners (#449)
Signed-off-by: BAStos525 <[email protected]>
1 parent 19b667e commit 0c1ead4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/iroha2-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: Iroha2-java pull requests workflow
33
on:
44
pull_request:
55
branches: [ iroha2-dev, iroha2-main ]
6+
67
jobs:
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

.github/workflows/iroha2.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Iroha2-java main branch workflow
33
on:
44
push:
55
branches: [ iroha2-dev, iroha2-main ]
6+
workflow_dispatch:
7+
68
jobs:
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

0 commit comments

Comments
 (0)