From 83d19713d78a8629ea7fcc89b724461cb49a1ad5 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 7 Sep 2026 05:15:55 +0000 Subject: [PATCH] Fix typo --- .github/workflows/migration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migration_tests.yaml b/.github/workflows/migration_tests.yaml index d6be2b8c96..5f237fa65d 100644 --- a/.github/workflows/migration_tests.yaml +++ b/.github/workflows/migration_tests.yaml @@ -38,7 +38,7 @@ jobs: filters: | migrations: - '**/test_migrations.py' - - '**/*migrations.py', + - '**/*migrations.py' - '**/migrations/**' - '.github/workflows**' - 'src/backend/requirements.txt'