Skip to content

Commit 1d45b5f

Browse files
authored
ci: use ubuntu-slim for lightweight jobs (#4326)
1 parent c12b8e3 commit 1d45b5f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636
jobs:
3737
analyze:
3838
name: Analyze Actions
39-
runs-on: ubuntu-24.04
39+
runs-on: ubuntu-slim
4040
permissions:
4141
contents: read
4242
security-events: write

.github/workflows/label_new_issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
jobs:
2828
add-triage-label:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-slim
3030
steps:
3131
- uses: actions/github-script@v9
3232
with:

.github/workflows/pr_markdown_format.yml

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

2929
jobs:
3030
prettier-check:
31-
runs-on: ubuntu-24.04
31+
runs-on: ubuntu-slim
3232
steps:
3333
- uses: actions/checkout@v6
3434

.github/workflows/pr_missing_suites.yml

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

3131
jobs:
3232
check-missing-suites:
33-
runs-on: ubuntu-24.04
33+
runs-on: ubuntu-slim
3434
steps:
3535
- uses: actions/checkout@v6
3636
- name: Check Missing Suites

.github/workflows/pr_title_check.yml

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

2828
jobs:
2929
check-pr-title:
30-
runs-on: ubuntu-24.04
30+
runs-on: ubuntu-slim
3131
steps:
3232
- uses: actions/checkout@v6
3333
- name: Check PR title

.github/workflows/stale.yml

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

2323
jobs:
2424
close-stale-prs:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-slim
2626
permissions:
2727
issues: write
2828
pull-requests: write

.github/workflows/take.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
2727
issue_assign:
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-slim
2929
if: (!github.event.issue.pull_request) && (github.event.comment.body == 'take' || github.event.comment.body == 'untake')
3030
concurrency:
3131
group: ${{ github.actor }}-issue-assign

.github/workflows/validate_workflows.yml

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

3333
jobs:
3434
validate:
35-
runs-on: ubuntu-24.04
35+
runs-on: ubuntu-slim
3636
steps:
3737
- uses: actions/checkout@v6
3838

0 commit comments

Comments
 (0)