From 47d98bfb55d25b11d417b921759b3c706eeb792d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Aug 2026 17:42:06 +0930 Subject: [PATCH] revert: restore original GitHub Actions workflow names --- .github/workflows/php-larastan.yml | 2 +- .github/workflows/php-laravel-tests.yml | 2 +- .github/workflows/php-pint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-larastan.yml b/.github/workflows/php-larastan.yml index 0e5d0a579..739cd252d 100644 --- a/.github/workflows/php-larastan.yml +++ b/.github/workflows/php-larastan.yml @@ -1,4 +1,4 @@ -name: Static Analysis +name: PHP - Larastan on: push: diff --git a/.github/workflows/php-laravel-tests.yml b/.github/workflows/php-laravel-tests.yml index e67e85bc2..d692d56dc 100644 --- a/.github/workflows/php-laravel-tests.yml +++ b/.github/workflows/php-laravel-tests.yml @@ -1,4 +1,4 @@ -name: Laravel Test Suite +name: PHP - Laravel Tests on: push: diff --git a/.github/workflows/php-pint.yml b/.github/workflows/php-pint.yml index 92fcbc048..ff4c3c008 100644 --- a/.github/workflows/php-pint.yml +++ b/.github/workflows/php-pint.yml @@ -1,4 +1,4 @@ -name: Code Style +name: PHP - Pint on: push: