mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
ci: change runners for execute jobs
This commit is contained in:
parent
1397e3c2dd
commit
7f525eb172
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: [ matterlabs-ci-runner ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: check
|
||||
runs-on: [ matterlabs-ci-runner ]
|
||||
runs-on: [ matterlabs-default-infra-runners ]
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
|
||||
push_to_docker:
|
||||
needs: build
|
||||
runs-on: [ matterlabs-ci-runner ]
|
||||
runs-on: [ matterlabs-default-infra-runners ]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.nixpackage }}
|
||||
cancel-in-progress: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue