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