Skip to content

Commit

Permalink
ci(runners): change runners
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Oct 10, 2024
1 parent 05b5b75 commit ebbace9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-created-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebbace9

Please sign in to comment.