diff --git a/.github/workflows/api-multi-module-workflow.yml b/.github/workflows/api-multi-module-workflow.yml index cadcbd8..5186dd9 100644 --- a/.github/workflows/api-multi-module-workflow.yml +++ b/.github/workflows/api-multi-module-workflow.yml @@ -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 diff --git a/.github/workflows/api-single-module-workflow.yml b/.github/workflows/api-single-module-workflow.yml index 11d0f64..8f28e1e 100644 --- a/.github/workflows/api-single-module-workflow.yml +++ b/.github/workflows/api-single-module-workflow.yml @@ -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