From e849cc065aa4e8c345722458d7128024d48f911a Mon Sep 17 00:00:00 2001 From: farbanas Date: Tue, 17 Jan 2023 16:43:36 +0100 Subject: [PATCH] move contracts build to our custom runner --- .github/workflows/contracts-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-build.yml b/.github/workflows/contracts-build.yml index e75b893f31..efe1230175 100644 --- a/.github/workflows/contracts-build.yml +++ b/.github/workflows/contracts-build.yml @@ -7,7 +7,7 @@ on: jobs: build: if: ${{ startsWith(github.ref, 'refs/tags/nym-contracts-') && github.event_name == 'release' }} - runs-on: ubuntu-20.04 + runs-on: [self-hosted, custom-runner-linux] steps: - uses: actions/checkout@v2