ci: use ubuntu-slim runner for ci comment and issue-check jobs

This commit is contained in:
sithlord48
2026-01-25 09:47:31 -05:00
committed by Chris Rizzitello
parent 348e26564f
commit 26cb66c1e5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ on:
jobs:
stale-issues:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
timeout-minutes: 10
steps: