From e87d6e652b16a0ac361eb0d6123f2b348b5d3fec Mon Sep 17 00:00:00 2001 From: Tiina Turban Date: Tue, 21 Mar 2023 17:59:40 +0100 Subject: [PATCH] chore: Migrations to trigger snapshot updates (#14481) --- .github/workflows/ci-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 4d28321d4d4..017141a3013 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -267,7 +267,7 @@ jobs: # Also skip for persons-on-events runs, as we want to ignore snapshots diverging there if: ${{ !matrix.person-on-events && github.event.pull_request.head.repo.full_name == github.repository }} with: - add: '["ee", "posthog/clickhouse/test/__snapshots__", "posthog/api/test/__snapshots__", "posthog/test/__snapshots__", "posthog/queries/"]' + add: '["ee", "posthog/clickhouse/test/__snapshots__", "posthog/api/test/__snapshots__", "posthog/test/__snapshots__", "posthog/queries/", "posthog/migrations"]' message: 'Update query snapshots' default_author: github_actions github_token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}