Skip to content

Commit 4d74282

Browse files
committed
Actions: Avoid cloning codeql-go when building query list docs
1 parent beddd30 commit 4d74282

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/query-list.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
path: codeql
23-
- name: Clone github/codeql-go
24-
uses: actions/checkout@v3
25-
with:
26-
repository: 'github/codeql-go'
27-
path: codeql-go
2823
- name: Set up Python 3.8
2924
uses: actions/setup-python@v3
3025
with:

0 commit comments

Comments
 (0)