diff --git a/.github/workflows/ci_dependency-review.yml b/.github/workflows/ci_dependency-review.yml index 78bfb6dda..7d46534e8 100644 --- a/.github/workflows/ci_dependency-review.yml +++ b/.github/workflows/ci_dependency-review.yml @@ -8,7 +8,7 @@ permissions: jobs: dependency-review: - runs-on: [self-hosted, x64, linux, eks, us, demand-amd64, dev] + runs-on: ubuntu-latest steps: - name: 'Checkout Repository' uses: actions/checkout@v3 diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index d32173bec..176851697 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -72,7 +72,7 @@ jobs: notify-success: needs: Deploy if: ${{ always() && needs.Deploy.result == 'success'}} - runs-on: [self-hosted, x64, linux, eks, us, demand-amd64, dev] + runs-on: ubuntu-latest steps: - name: 'Deploy success notify' diff --git a/.github/workflows/issue-created-notify.yml b/.github/workflows/issue-created-notify.yml index 2bd148880..88c1f01f3 100644 --- a/.github/workflows/issue-created-notify.yml +++ b/.github/workflows/issue-created-notify.yml @@ -6,7 +6,7 @@ on: jobs: notify: - runs-on: [self-hosted, x64, linux, eks, us, demand-amd64, dev] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/step_linter.yml b/.github/workflows/step_linter.yml index 7f63760cd..23f107048 100644 --- a/.github/workflows/step_linter.yml +++ b/.github/workflows/step_linter.yml @@ -22,7 +22,7 @@ env: jobs: code-quality: - runs-on: [self-hosted, x64, linux, eks, us, demand-amd64, dev] + runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b79b00e18..32e0a3993 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ env: jobs: code-quality: - runs-on: [self-hosted, x64, linux, eks, us, demand-amd64, dev] + runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v3