From 30aab55e59a704d3bd298575e5a398bffe8940d6 Mon Sep 17 00:00:00 2001 From: vlad Date: Fri, 4 Feb 2022 12:19:40 +0300 Subject: [PATCH] Fix runs-on --- .github/workflows/api-multi-module-workflow.yml | 2 +- .github/workflows/api-single-module-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-multi-module-workflow.yml b/.github/workflows/api-multi-module-workflow.yml index f734240..7132e51 100644 --- a/.github/workflows/api-multi-module-workflow.yml +++ b/.github/workflows/api-multi-module-workflow.yml @@ -39,7 +39,7 @@ on: jobs: api-multi-module-workflow: - runs-on: self-hosted + runs-on: [self-hosted, custom] steps: - uses: actions/checkout@v2 - name: Set up JDK 17 diff --git a/.github/workflows/api-single-module-workflow.yml b/.github/workflows/api-single-module-workflow.yml index f2d34f7..03946c5 100644 --- a/.github/workflows/api-single-module-workflow.yml +++ b/.github/workflows/api-single-module-workflow.yml @@ -35,7 +35,7 @@ on: jobs: api-single-module-workflow: - runs-on: self-hosted + runs-on: [self-hosted, custom] steps: - uses: actions/checkout@v2 - name: Set up JDK 17