ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-12-25 10:38:06 +08:00
parent dc59599509
commit e798226cf2

View File

@@ -49,7 +49,6 @@ jobs:
backend:
- 'backend/**'
- 'core/**'
- 'db/**'
- 'fs/**'
- 'grpc/**'
- 'vcs/**'
@@ -157,7 +156,7 @@ jobs:
- 27017:27017
strategy:
matrix:
package: [core, db]
package: [core]
steps:
- uses: actions/checkout@v4
- name: Set up Go