Skip to content

Commit 4c204d3

Browse files
committed
workflows: use ubuntu-slim for actions
Actions here are rather trivial, can be handled by slim runner. Follow https://github.com/nspcc-dev/.github/blob/6c4dff04862ad947805e82fb9b664899906c6305/gh.md Signed-off-by: Roman Khimov <roman@nspcc.ru>
1 parent 2aa8bbe commit 4c204d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
lint:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Download buf
@@ -21,7 +21,7 @@ jobs:
2121
- run: ./buf-Linux-x86_64 lint
2222

2323
breaking:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-slim
2525
steps:
2626
- name: Download buf
2727
uses: dsaltares/fetch-gh-release-asset@1.1.2

0 commit comments

Comments
 (0)