Skip to content

Commit 2c7a80a

Browse files
committed
fix: Docs workflow should wait for all CI checks
The docs deployment is the final step and should wait for all checks (CI, E2E, MCP, VS Code) to complete successfully before deploying.
1 parent e859706 commit 2c7a80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
script: |
2929
const script = require('./.github/wait-for-checks.js');
30-
await script({ github, context, core, checks: ["Test on", "Code Coverage", "Check MSRV", "Self-Hosting Demo"] });
30+
await script({ github, context, core });
3131
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)