Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: CI test for db migration scripts on changes #4739

Merged
merged 9 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update job
  • Loading branch information
bowenliang123 committed May 28, 2024
commit 9a9c70045113705776075c3514b6b3719e517efe
4 changes: 4 additions & 0 deletions .github/workflows/db-migration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
paths:
- 'api/migrations/**'

concurrency:
group: dep-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
db-migration-test:
runs-on: ubuntu-latest
Expand Down