Make issue_assign job run on ubuntu-slim runner (#6890)

This commit is contained in:
fanninpm
2026-01-27 18:28:57 -05:00
committed by GitHub
parent 5b7f93f6b6
commit 601b9d8984

View File

@@ -7,7 +7,7 @@ on:
jobs:
issue_assign:
if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
runs-on: ubuntu-latest
runs-on: ubuntu-slim
concurrency:
group: ${{ github.actor }}-issue-assign