fix(design-decision-gate): add MCP keepalive-interval: 60 to prevent GitHub MCP HTTP connection drops #744
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Smoke Water | ||
| on: | ||
| workflow_dispatch: | ||
| pull_request: | ||
| types: [labeled] | ||
| jobs: | ||
| call-smoke-workflow-call: | ||
|
Check failure on line 9 in .github/workflows/smoke-water.yml
|
||
| if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'water' | ||
| uses: ./.github/workflows/smoke-workflow-call.lock.yml | ||
| secrets: inherit | ||
| permissions: | ||
| contents: read | ||
| discussions: write | ||
| issues: write | ||
| pull-requests: write | ||