From b6e8701f81cb271e17b3e7f575425b382f168381 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Sat, 1 Nov 2025 23:01:28 +0100 Subject: [PATCH] ci: re-enable CI checks Signed-off-by: Emilien Escalle --- .devcontainer/devcontainer.json | 3 +-- .github/workflows/__main-ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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: