refactor(deploy): remove max-parallel setting from job strategy
Build & Deploy (Nix) / build-and-deploy (backend) (push) Successful in 3m6s
Build & Deploy (Nix) / build-and-deploy (discord-gateway) (push) Successful in 2m23s
Build & Deploy (Nix) / build-and-deploy (proxy) (push) Successful in 2m37s

This commit is contained in:
Developer
2026-07-31 19:46:19 +07:00
parent 8480407167
commit f2b797e6ce
-1
View File
@@ -11,7 +11,6 @@ jobs:
strategy:
fail-fast: false
max-parallel: 1
matrix:
service: [backend, discord-gateway, proxy]