Skip to content

Commit 2838779

Browse files
committed
[github] Use ubuntu-slim runner
This commit changes runner for simple checker workflow to ubuntu-slim. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
1 parent 0ef99be commit 2838779

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
jobs:
1818
check-format:
1919
name: Check format
20-
runs-on: ubuntu-24.04
20+
runs-on: ubuntu-slim
2121
if: github.repository_owner == 'Samsung'
2222

2323
steps:

.github/workflows/check-pr-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818
jobs:
1919
check-commit-message:
2020
name: Check commit message
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-slim
2222
# Skip on draft, check on draft -> ready
2323
if: github.repository_owner == 'Samsung' && github.event.pull_request.draft == false
2424

0 commit comments

Comments
 (0)