Skip to content

Commit ba29a09

Browse files
committed
ci(workflow): Update comment and run analysis on low
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent f69bc1a commit ba29a09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/composer-auto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile Command
1+
name: Composer-update comment
22

33
on:
44
issue_comment:
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
init:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-low
1313

1414
# On pull requests and if the comment starts with `/composer-update`
1515
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/composer-update')

0 commit comments

Comments
 (0)