From 9a8e2a2d67c790766ca8206ee25241b730214c2a Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Mon, 16 Oct 2023 14:56:40 +0300 Subject: [PATCH] ci: Migration from ci-runner to matterlabs-ci-runner --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49105bdc..7e9a126d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: jobs: release: name: Release - runs-on: [self-hosted, ci-runner] + runs-on: [matterlabs-ci-runner] environment: production release steps: - name: Checkout