diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 89c64cd8..7fc5b104 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,8 +15,7 @@ "github.copilot-chat", "ms-vscode.makefile-tools", "esbenp.prettier-vscode" - ], - "mcpServers": {} + ] } } } diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index cad062ac..02ee74ca 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -26,11 +26,11 @@ concurrency: cancel-in-progress: true jobs: - # ci: - # uses: ./.github/workflows/__shared-ci.yml + ci: + uses: ./.github/workflows/__shared-ci.yml release: - # needs: ci + needs: ci if: github.event_name != 'schedule' uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0 with: