Skip to content

Commit c0d4349

Browse files
committed
try sora runners
Signed-off-by: BAStos525 <[email protected]>
1 parent aaa9ca0 commit c0d4349

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/iroha2-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Iroha2-java pull requests workflow
33
on:
44
pull_request:
55
branches: [ iroha2-dev, iroha2-main ]
6-
push:
7-
branches: [ test/gradle-merged ]
6+
87
jobs:
98
build:
109
runs-on: [self-hosted, Linux, iroha2]

.github/workflows/iroha2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Iroha2-java main branch workflow
22

33
on:
44
push:
5-
branches: [ iroha2-dev, iroha2-main ]
5+
branches: [ iroha2-dev, iroha2-main, test/gradle-merged ]
66
jobs:
77
build:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)