From 467def72d5685982bf040d3bcde61c7bd6c56c09 Mon Sep 17 00:00:00 2001 From: Roman Petriv Date: Wed, 27 Sep 2023 15:44:22 +0300 Subject: [PATCH] fix: use cli-runner for release task (#26) --- .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 d8e3c09fd2..441cab4269 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: deployBackendToStaging: name: Deploy Block Explorer backend to staging - runs-on: [self-hosted, default] + runs-on: [self-hosted, ci-runner] permissions: contents: read needs: createReleaseVersion