Skip to content

Commit d57c639

Browse files
committed
Add changeset
1 parent 2945dbb commit d57c639

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.changeset/swift-carrots-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Roo Code Cloud

.github/workflows/code-qa.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,3 @@ jobs:
133133
- name: Run integration tests
134134
working-directory: apps/vscode-e2e
135135
run: xvfb-run -a pnpm test:ci
136-
137-
qa:
138-
needs: [check-translations, knip, compile, platform-unit-test, integration-test]
139-
runs-on: ubuntu-latest
140-
steps:
141-
- name: NO-OP
142-
run: echo "All tests passed."

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL Advanced"
1+
name: CodeQL Advanced
22

33
on:
44
push:

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Publish Extension
2+
23
on:
34
pull_request:
45
types: [closed]

.github/workflows/nightly-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Nightly Publish
22

33
on:
4-
# push:
5-
# branches: [main]
64
workflow_run:
75
workflows: ["Code QA Roo Code"]
86
types:

0 commit comments

Comments
 (0)