From dca49f29b60757bf34b554e860fc106cd90a95f0 Mon Sep 17 00:00:00 2001 From: Mark IJbema Date: Tue, 16 Jun 2026 11:37:25 +0000 Subject: [PATCH] chore(ci): mark VS Code workflow as Kilo-only --- .github/workflows/test-vscode.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-vscode.yml b/.github/workflows/test-vscode.yml index 3a7f096cfe..4bb7ad05c3 100644 --- a/.github/workflows/test-vscode.yml +++ b/.github/workflows/test-vscode.yml @@ -1,3 +1,4 @@ +# kilocode_change - new file name: test-vscode on: @@ -8,7 +9,6 @@ on: pull_request: workflow_dispatch: -# kilocode_change start permissions: contents: read pull-requests: read @@ -45,7 +45,7 @@ jobs: shell: bash steps: - name: Checkout repository - uses: actions/checkout@v6 # kilocode_change + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -71,4 +71,3 @@ jobs: - name: Check for kilocode_change markers working-directory: packages/kilo-vscode run: bun run check-kilocode-change -# kilocode_change end