File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 cleanup :
10- runs-on : [ self-hosted, 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 : [ self-hosted, 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 : [ self-hosted, 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 99jobs :
1010 e2e_tests :
1111 name : Playwright Tests
12- runs-on : [ self-hosted, ubuntu-latest]
12+ runs-on : self-hosted || ubuntu-latest
1313 permissions :
1414 contents : read
1515
9292
9393 bundle_size :
9494 name : Check Bundle Size
95- runs-on : [ self-hosted, 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 : [ self-hosted, 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 : [ self-hosted, 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 : [ self-hosted, 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