mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-13 08:17:22 +00:00
Improve action labels
This commit is contained in:
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
run: ./vendor/bin/pint --test
|
||||
|
||||
tests:
|
||||
name: 2️⃣ PHP ${{ matrix.php-version }} Tests
|
||||
name: 2️⃣ PHP Tests
|
||||
if: github.event_name == 'release'
|
||||
needs:
|
||||
- php_syntax_errors
|
||||
@@ -169,7 +169,7 @@ jobs:
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
manual_docker_build:
|
||||
name: 🐳 MANUAL Docker Build
|
||||
name: 🛠️ Manual Docker Build
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user