Skip to content

Commit

Permalink
chore(ci-runners): restore workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Sep 24, 2024
1 parent cbd9a0e commit 4698d87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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: [self-hosted, x64, linux, eks, us, demand, dev]
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
Deploy:
runs-on: [self-hosted, x64, linux, eks, us, demand-amd64, dev]
runs-on: [self-hosted, x64, linux, eks, us, demand, dev]
outputs:
branch_name: ${{ steps.branch_name.outputs.branch }}
folder_name: ${{ steps.branch_name.outputs.folder }}
Expand Down 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: [self-hosted, x64, linux, eks, us, demand, dev]
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: [self-hosted, x64, linux, eks, us, demand, dev]
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: [self-hosted, x64, linux, eks, us, demand, dev]
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: [self-hosted, x64, linux, eks, us, demand, dev]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4698d87

Please sign in to comment.