Skip to content

Commit b6e8701

Browse files
committed
ci: re-enable CI checks
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 5e0aeaa commit b6e8701

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"github.copilot-chat",
1616
"ms-vscode.makefile-tools",
1717
"esbenp.prettier-vscode"
18-
],
19-
"mcpServers": {}
18+
]
2019
}
2120
}
2221
}

.github/workflows/__main-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
jobs:
29-
# ci:
30-
# uses: ./.github/workflows/__shared-ci.yml
29+
ci:
30+
uses: ./.github/workflows/__shared-ci.yml
3131

3232
release:
33-
# needs: ci
33+
needs: ci
3434
if: github.event_name != 'schedule'
3535
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0
3636
with:

0 commit comments

Comments
 (0)