Skip to content

Commit d7d74cd

Browse files
committed
ci: use ubuntu-slim runners for short tasks
1 parent f65ec13 commit d7d74cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-flutter-submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
check-flutter-submodule:
1414
name: Check if the Flutter submodule is up to date
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
timeout-minutes: 5
1717
steps:
1818
- name: Checkout code

.github/workflows/check-rust-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
check-rust-version:
1414
name: Check if the Rust version is up to date
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
timeout-minutes: 5
1717
steps:
1818
- name: Checkout code

.github/workflows/top-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525
jobs:
2626
top-issues:
2727
name: Top issues
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-slim
2929
steps:
3030
- name: Run top issues action
3131
uses: rickstaa/top-issues-action@v1

.github/workflows/update-landing-page.yml

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

1414
jobs:
1515
dispatch:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-slim
1717
timeout-minutes: 5
1818
steps:
1919
- name: Repository Dispatch

0 commit comments

Comments
 (0)