Skip to content

Commit f22efe1

Browse files
committed
chore: change names for shorter name display
1 parent 94e082f commit f22efe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-autoreview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Automatic Code Review
1+
name: AutoReview
22

33
on:
44
pull_request:
@@ -23,10 +23,10 @@ permissions:
2323

2424
jobs:
2525
auto-review-tests:
26-
name: AutoReview
26+
name: Automatic Code Review
2727
uses: ./.github/workflows/reusable-serviceless-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
2828
with:
29-
job-name: Automatic Code Review [PHP 8.1]
29+
job-name: PHP 8.1
3030
php-version: '8.1'
3131
job-id: auto-review-tests
3232
group-name: AutoReview

0 commit comments

Comments
 (0)