0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00

chore: Migrations to trigger snapshot updates (#14481)

This commit is contained in:
Tiina Turban 2023-03-21 17:59:40 +01:00 committed by GitHub
parent f64fff1773
commit e87d6e652b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}