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