fix: config violations when running db migtration ci tests (#10428)

This commit is contained in:
Bowen Liang
2024-11-08 09:33:12 +08:00
committed by GitHub
parent 98b3e37144
commit a60133bfb3
4 changed files with 27 additions and 22 deletions

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- api/migrations/**
- .github/workflows/db-migration-test.yml
concurrency:
group: db-migration-test-${{ github.ref }}