ci: use ubuntu-slim runner for ci comment and issue-check jobs
This commit is contained in:
committed by
Chris Rizzitello
parent
348e26564f
commit
26cb66c1e5
2
.github/workflows/ci-comment.yml
vendored
2
.github/workflows/ci-comment.yml
vendored
@ -18,7 +18,7 @@ on:
|
||||
jobs:
|
||||
summary:
|
||||
if: github.event.workflow_run.event == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
|
||||
steps:
|
||||
- name: Download summaries
|
||||
|
||||
2
.github/workflows/issue-check-stale.yml
vendored
2
.github/workflows/issue-check-stale.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
stale-issues:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user