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/update_github_release.yml
vendored
2
.github/workflows/update_github_release.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Update_GitHub_release:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
|
||||
steps:
|
||||
- name: Update release for ${{ github.event.client_payload.ReleaseBranchName }}
|
||||
|
||||
Reference in New Issue
Block a user