diff --git a/.gitea/workflows/gen-migrations.yml b/.gitea/workflows/gen-migrations.yml index 7cc1bfe..6d812c9 100644 --- a/.gitea/workflows/gen-migrations.yml +++ b/.gitea/workflows/gen-migrations.yml @@ -13,7 +13,6 @@ jobs: steps: - uses: 'actions/checkout@v3' with: { fetch-depth: 0, ref: 'main', submodules: 'recursive' } - - run: 'docker compose up -d' - name: 'git config' run: | git config --global user.email 'noreply@dnim.org'