🎨 update github actions performance

This commit is contained in:
Tw93
2025-08-20 15:52:30 +08:00
parent facdfb564e
commit fe10dc7848
4 changed files with 45 additions and 56 deletions

View File

@@ -71,7 +71,7 @@ jobs:
name_zh: ${{ matrix.name_zh }}
url: ${{ matrix.url }}
# Publish Docker image
# Publish Docker image (runs in parallel with app builds)
publish-docker:
if: |
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||