Skip to content

Commit 36af58a

Browse files
authored
[ci]: Use Hyperledger org runner (#144)
Signed-off-by: BAStos525 <[email protected]> Signed-off-by: Ry Jones <[email protected]>
1 parent ac28af4 commit 36af58a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
selftest:
11-
runs-on: ubuntu-latest
11+
runs-on: iroha-ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: install

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: ubuntu-latest
9+
runs-on: iroha-ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up Python

.github/workflows/repolinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: iroha-ubuntu-latest
1111
container: ghcr.io/todogroup/repolinter:v0.10.1
1212
steps:
1313
- name: Checkout Code

0 commit comments

Comments
 (0)