Skip to content

Commit 9b01859

Browse files
chore: migrate GitHub Actions workflows to ubuntu-slim runners (#67)
* Initial plan * chore: replace ubuntu-latest with ubuntu-slim in all workflows Co-authored-by: nicolasleger <570901+nicolasleger@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nicolasleger <570901+nicolasleger@users.noreply.github.com>
1 parent 003a6b4 commit 9b01859

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ permissions:
1010

1111
jobs:
1212
assign-author:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
steps:
1515
- uses: toshimaru/auto-author-assign@v2.1.1

.github/workflows/github-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
add-to-design-project:
1616
name: 🎨 Add issue to the openfoodfacts-design project
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-slim
1818
steps:
1919
- uses: actions/add-to-project@main
2020
with:

.github/workflows/publish.yml

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

1212
jobs:
1313
publish:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-slim
1515
environment: release
1616
steps:
1717
- uses: actions/checkout@v5

.github/workflows/release-please.yml

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

1313
jobs:
1414
release-please:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
steps:
1717
- uses: GoogleCloudPlatform/release-please-action@v4
1818
id: release

.github/workflows/rubocop-analysis.yml

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

99
jobs:
1010
rubocop:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-slim
1212
strategy:
1313
fail-fast: false
1414

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
test:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
strategy:
1717
fail-fast: false
1818
matrix:

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
main:
1515
name: Validate PR title
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-slim
1717
steps:
1818
- uses: amannn/action-semantic-pull-request@v6
1919
env:

0 commit comments

Comments
 (0)