Skip to content

Commit ef61b18

Browse files
committed
[Infra] Optimize release-prepare-pr workflow
This commit updates the `release-prepare-pr` GitHub Actions workflow to use `ubuntu-slim` instead of `ubuntu-latest`. This change aims to reduce resource consumption and potentially speed up job execution by using a more minimal runner environment.
1 parent d1f707a commit ef61b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-prepare-pr.yml

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

1313
jobs:
1414
prepare-release:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
permissions:
1717
contents: write
1818
pull-requests: write

0 commit comments

Comments
 (0)