Skip to content

Commit 29b7d10

Browse files
Copilotteolemon
andauthored
ci: Replace ubuntu-latest with ubuntu-slim in lightweight workflow runners (#7126)
* Initial plan * Replace ubuntu-latest with ubuntu-slim in safe workflows Co-authored-by: teolemon <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: teolemon <[email protected]>
1 parent 68a6721 commit 29b7d10

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/auto-assign-pr.yml

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

1515
jobs:
1616
assign-author:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-slim
1818
steps:
1919
- uses: toshimaru/[email protected]
2020

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ crowdin-trigger ]
1010
jobs:
1111
synchronize-with-crowdin:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-slim
1313

1414
steps:
1515

.github/workflows/dartdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
deploy-pages:
1111
name: Deploy to GitHub Pages
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-slim
1313
defaults:
1414
run:
1515
working-directory: ./packages/smooth_app

.github/workflows/github-projects-ventilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
add-to-project:
2727
name: Add issues to the relevant GitHub projects
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-slim
2929
steps:
3030
- uses: actions/add-to-project@main
3131
with:

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
label:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim
1919
#if: github.event.pull_request.head.repo.full_name == github.repository
2020
#if: ${{ github.repository_owner == 'openfoodfacts' }}
2121
permissions:

.github/workflows/merge-conflict-autolabel.yml

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

1414
jobs:
1515
main:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-slim
1717
steps:
1818
- name: Check for merge conflicts
1919
uses: eps1lon/actions-label-merge-conflict@releases/2.x

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
release-please:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
if: github.repository_owner == 'openfoodfacts'
1515
#permissions:
1616
#contents: read
@@ -44,7 +44,7 @@ jobs:
4444
concurrency:
4545
group: release
4646
cancel-in-progress: false
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-slim
4848
#permissions:
4949
#contents: read
5050
#packages: write

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
main:
1919
name: Validate PR title
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-slim
2121
steps:
2222
- uses: amannn/action-semantic-pull-request@v6
2323
env:

.github/workflows/top-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
ShowAndLabelTopIssues:
1111
name: Display and label top issues.
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-slim
1313
permissions:
1414
contents: read
1515
issues: write

0 commit comments

Comments
 (0)