mirror of
https://github.com/actions/runner-images.git
synced 2026-01-12 05:31:12 +08:00
Use ubuntu-slim for lightweight workflows (#13485)
This commit is contained in:
2
.github/workflows/create_pull_request.yml
vendored
2
.github/workflows/create_pull_request.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Create_pull_request:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user