File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 verify_files :
1111 name : Verify Files
12- runs-on : ubuntu-latest
12+ runs-on : [self-hosted, ubuntu-latest]
1313 steps :
1414 - uses : actions/checkout@v4
1515 with :
2626
2727 unit_tests :
2828 name : Unit Tests
29- runs-on : ubuntu-latest
29+ runs-on : [self-hosted, ubuntu-latest]
3030 steps :
3131 - uses : actions/checkout@v4
3232 with :
Original file line number Diff line number Diff line change 77
88jobs :
99 cleanup :
10- runs-on : ubuntu-latest
10+ runs-on : [self-hosted, ubuntu-latest]
1111 permissions :
1212 contents : write
1313 pages : write
Original file line number Diff line number Diff line change 1313jobs :
1414 verify_title :
1515 name : Verify Title
16- runs-on : ubuntu-latest
16+ runs-on : [self-hosted, ubuntu-latest]
1717 if : ${{github.event.action != 'checks_requested'}}
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Publication
66
77jobs :
88 publication :
9- runs-on : ubuntu-latest
9+ runs-on : [self-hosted, ubuntu-latest]
1010 env :
1111 ASSET_NAME : embedded-ui
1212 steps :
Original file line number Diff line number Diff line change 9292
9393 bundle_size :
9494 name : Check Bundle Size
95- runs-on : ubuntu-latest
95+ runs-on : [self-hosted, ubuntu-latest]
9696 if : github.event_name == 'pull_request'
9797 outputs :
9898 current_size : ${{ steps.current_size.outputs.size }}
@@ -157,7 +157,7 @@ jobs:
157157 name : Deploy Test Report
158158 needs : [e2e_tests]
159159 if : always() && (github.event_name == 'push' && github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))
160- runs-on : ubuntu-latest
160+ runs-on : [self-hosted, ubuntu-latest]
161161 permissions :
162162 contents : write
163163 pages : write
@@ -209,7 +209,7 @@ jobs:
209209 name : Update PR Description
210210 needs : [e2e_tests, bundle_size]
211211 if : always() && github.event_name == 'pull_request'
212- runs-on : ubuntu-latest
212+ runs-on : [self-hosted, ubuntu-latest]
213213 permissions :
214214 pull-requests : write
215215
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Release
99jobs :
1010 release :
1111 if : github.repository == 'ydb-platform/ydb-embedded-ui'
12- runs-on : ubuntu-latest
12+ runs-on : [self-hosted, ubuntu-latest]
1313 steps :
1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments