Skip to content

Commit 973c664

Browse files
authored
chore: Use ubuntu-slim for lightweight jobs (#167)
This PR was automatically generated by a codemod implemented in the following PR: - coopnorge/codemod#321 ref: coopnorge/cloud-platform-team#1220
1 parent c90cd8f commit 973c664

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- main
55
jobs:
66
build:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-slim
88
permissions: {}
99
steps:
1010
- run: echo "Hello, World"

.github/workflows/update-infrastructure-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
jobs:
5656
update-infrastructure:
5757
name: Update Infrastructure
58-
runs-on: ubuntu-24.04
58+
runs-on: ubuntu-slim
5959
strategy:
6060
matrix:
6161
include: ${{ fromJSON(inputs.environment-matrix-json) }}

0 commit comments

Comments
 (0)