Fix runs-on

This commit is contained in:
2022-02-04 12:19:40 +03:00
parent 4074b1f0f8
commit 30aab55e59
2 changed files with 2 additions and 2 deletions

View File

@@ -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