Skip to content

Commit 601b9d8

Browse files
authored
Make issue_assign job run on ubuntu-slim runner (#6890)
1 parent 5b7f93f commit 601b9d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/comment-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
issue_assign:
99
if: (!github.event.issue.pull_request) && github.event.comment.body == 'take'
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111

1212
concurrency:
1313
group: ${{ github.actor }}-issue-assign

0 commit comments

Comments
 (0)