Skip to content

Commit

Permalink
ci: change runners for execute jobs (#27)
Browse files Browse the repository at this point in the history
# What ❔
Change runners for handle jobs

## Why ❔
Runners' optimization

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
otani88 authored Jul 23, 2024
1 parent b891501 commit 586ce3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: [matterlabs-ci-runner]
runs-on: [ matterlabs-default-infra-runners ]

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 586ce3e

Please sign in to comment.