mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Make issue_assign job run on ubuntu-slim runner (#6890)
This commit is contained in:
2
.github/workflows/comment-commands.yml
vendored
2
.github/workflows/comment-commands.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user