Skip to content

Commit 42120c2

Browse files

17 files changed

+37
-37
lines changed

.github/workflows/branch_test_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Создаем кэш для LFS в мастере, чтобы другие ветки могли его получить.
2424
# Кэш требуется для того, чтобы не превышать лимиты GitHub
2525
lfs:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-slim
2727
name: Create LFS cache
2828
steps:
2929
- name: Checkout
@@ -41,7 +41,7 @@ jobs:
4141
deploy_test_coverage:
4242
if: ${{ !cancelled() && (success() || failure()) }}
4343
needs: test
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-slim
4545
name: Deploy test coverage
4646
permissions:
4747
id-token: write

.github/workflows/dedupe_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ run-name: Deduplicate dependencies on ${{ github.ref_name }}
1212

1313
jobs:
1414
dedupe_deps:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v6

.github/workflows/deploy_docs_on_branch_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
jobs:
3131
cleanup:
3232
if: ${{ !cancelled() }}
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-slim
3434
name: Cleanup
3535
steps:
3636
- name: Checkout

.github/workflows/deprecate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ run-name: Deprecate version ${{ inputs.version }}
2222

2323
jobs:
2424
deprecate:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-slim
2626
steps:
2727
- name: Enable Corepack
2828
run: corepack enable

.github/workflows/inactive_contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
close-issues:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-slim
99
permissions:
1010
issues: write
1111
pull-requests: write

.github/workflows/monday.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
tools-update:
88
name: Tools update
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-slim
1010
permissions:
1111
contents: write
1212
pull-requests: write

.github/workflows/pr_close.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
v7:
2525
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'ci:cherry-pick:v7')
2626
concurrency: ci-stable
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-slim
2828
name: v7 Patch
2929
steps:
3030
- name: Checkout (for forked PR)
@@ -62,7 +62,7 @@ jobs:
6262
patch:
6363
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'ci:cherry-pick:patch')
6464
concurrency: ci-stable
65-
runs-on: ubuntu-latest
65+
runs-on: ubuntu-slim
6666
name: Stable Patch
6767
steps:
6868
- name: Checkout (for forked PR)
@@ -96,7 +96,7 @@ jobs:
9696
directory: packages/vkui/
9797

9898
is-updated-vkui-floating-ui:
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-slim
100100
if: ${{ github.event.pull_request.merged == true
101101
&& github.event.pull_request.user.login == 'dependabot[bot]'
102102
&& github.event.pull_request.base.ref == 'master' }}
@@ -141,7 +141,7 @@ jobs:
141141
fi
142142
143143
autopublish-vkui-floating-ui:
144-
runs-on: ubuntu-latest
144+
runs-on: ubuntu-slim
145145
needs: is-updated-vkui-floating-ui
146146
if: ${{ needs.is-updated-vkui-floating-ui.outputs.result == 'true' }}
147147
permissions:
@@ -208,7 +208,7 @@ jobs:
208208
update-release-notes:
209209
if: ${{ github.event.pull_request.merged == true
210210
&& github.event.pull_request.base.ref == 'master'}}
211-
runs-on: ubuntu-latest
211+
runs-on: ubuntu-slim
212212
name: Update release notes
213213
permissions:
214214
contents: write

.github/workflows/pr_close_undeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
undeploy_s3:
1818
needs: pr_workflow_payload
1919
if: ${{ needs.pr_workflow_payload.outputs.status == 'success' }}
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-slim
2121
name: Undeploy S3
2222
steps:
2323
- name: Delete from S3

.github/workflows/publish_complete.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
jobs:
3232
payload:
3333
name: Prepare payload data
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-slim
3535
outputs:
3636
package_name: ${{ steps.publish_workflow_payload.outputs.package_name || inputs.package_name }}
3737
npm_tag: ${{ steps.publish_workflow_payload.outputs.npm_tag || inputs.npm_tag }}
@@ -60,7 +60,7 @@ jobs:
6060
package_vkui_complete:
6161
needs: ['payload']
6262
if: ${{ success() && fromJson(needs.payload.outputs.close_milestone) == true && needs.payload.outputs.package_name == '@vkontakte/vkui' }}
63-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-slim
6464
name: Complete @vkontakte/vkui
6565
steps:
6666
- name: Close milestone, comment on issues and release notes
@@ -73,7 +73,7 @@ jobs:
7373
package_vkui_floating_ui_complete:
7474
needs: ['payload']
7575
if: ${{ success() && needs.payload.outputs.package_name == '@vkontakte/vkui-floating-ui' }}
76-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-slim
7777
name: Complete @vkontakte/vkui-floating-ui
7878
steps:
7979
- name: get vkui-floating-ui version from git release tag

.github/workflows/publish_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
jobs:
3434
payload:
3535
name: Prepare payload data
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-slim
3737
outputs:
3838
package_name: ${{ steps.publish_workflow_payload.outputs.package_name || inputs.package_name }}
3939
next_version: ${{ steps.publish_workflow_payload.outputs.next_version || inputs.next_version }}

0 commit comments

Comments
 (0)