Skip to content

Commit

Permalink
Use Sora self-hosted runners (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored Nov 18, 2024
1 parent 19b667e commit 0c1ead4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Iroha2-java pull requests workflow
on:
pull_request:
branches: [ iroha2-dev, iroha2-main ]

jobs:
build:
runs-on: ubuntu-latest

runs-on: [self-hosted, Linux, iroha2]
env:
IROHA_IMAGE_TAG: "2.0.0-pre-rc.22.2" # Place "dev" to run on the last iroha

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Iroha2-java main branch workflow
on:
push:
branches: [ iroha2-dev, iroha2-main ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

runs-on: [self-hosted, Linux, iroha2]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down

0 comments on commit 0c1ead4

Please sign in to comment.