Skip to content

Database versioning and migration #13

Database versioning and migration

Database versioning and migration #13

Workflow file for this run

name: Migration Check
# Cancel workflow if there is a new change to the branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
migration-check:
name: Forest database migration checks
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Setup sccache
uses: mozilla-actions/[email protected]
timeout-minutes: ${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}
continue-on-error: true
- name: migration check
run: ./scripts/migration_check.sh