Skip to content

feat: skip all migrators on schema v1 for now #3731

feat: skip all migrators on schema v1 for now

feat: skip all migrators on schema v1 for now #3731

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request: null
merge_group: null
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests-reusable.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}