Skip to content

Commit

Permalink
Migration to matterlabs-ci-runner runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Sep 22, 2023
1 parent 533af8e commit 9b07126
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_llvm_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_vyper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishing_llvm_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
push_to_registry:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
name: Push Docker image to Docker Hub
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9b07126

Please sign in to comment.