Skip to content

Commit

Permalink
change migration CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Jul 26, 2023
1 parent 19592d0 commit 707e512
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/migration-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ concurrency:

on:
workflow_dispatch:
merge_group:
pull_request:
branches:
- main
Expand All @@ -16,25 +15,15 @@ on:
- main

jobs:
build-ubuntu:
name: Build Ubuntu
migration-check:
name: Forest database migration checks
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
- 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: Install Apt Dependencies
run: |
sudo make install-deps
migration-check:
needs:
- build-ubuntu
name: Forest migration checks
runs-on: ubuntu-latest
steps:
- name: migration check
run: ./scripts/migration_check.sh

0 comments on commit 707e512

Please sign in to comment.