Set custom runs-on

This commit is contained in:
2022-02-04 12:36:18 +03:00
parent 504cbcfdb4
commit 28c7df48c8
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ on:
jobs:
api-multi-module-workflow:
runs-on: [self-hosted, custom]
runs-on: custom
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17