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:
parent
f64fff1773
commit
e87d6e652b
2
.github/workflows/ci-backend.yml
vendored
2
.github/workflows/ci-backend.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user