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
commit a60133bfb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 }}