Skip to content

Commit d00e7c0

Browse files
Stop checking out repo in CodeQL merge queue hack (#1827)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 60f53ce commit d00e7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ jobs:
9696
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
9797

9898
steps:
99-
- name: Checkout repository
100-
uses: actions/checkout@v3
99+
- name: Do nothing
100+
run: "true"

0 commit comments

Comments
 (0)