diff --git a/.github/workflows/test_migration.yml b/.github/workflows/test_migration.yml index 84daf285..a7e5cd8c 100644 --- a/.github/workflows/test_migration.yml +++ b/.github/workflows/test_migration.yml @@ -2,6 +2,9 @@ name: CI on: pull_request: branches: [ main ] +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true jobs: test_migrations: runs-on: ubuntu-latest