Set custom runs-on
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -43,7 +43,7 @@ on:
|
||||
|
||||
jobs:
|
||||
api-single-module-workflow:
|
||||
runs-on: [self-hosted, custom]
|
||||
runs-on: custom
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
|
||||
Reference in New Issue
Block a user