Skip to content

Commit e8834d6

Browse files
Fral738alexey-igrychev
authored andcommitted
chore(ci): use self-hosted runner for web deploy
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
1 parent 1acec3e commit e8834d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website_converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
converge:
1515
name: Converge site to Production
16-
runs-on: ubuntu-22.04
16+
runs-on: prod-github-runner-0
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4

.github/workflows/website_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
converge:
1212
name: Converge to Test
13-
runs-on: ubuntu-22.04
13+
runs-on: prod-github-runner-0
1414
if: github.event.label.name == 'test docs' || contains( github.event.pull_request.labels.*.name, 'test docs' )
1515
steps:
1616
- name: Checkout code

0 commit comments

Comments
 (0)