Skip to content

Commit 70e7995

Browse files
authored
[workflow] Removed checkout of submodules
1 parent f3e792e commit 70e7995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-pycram-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: "ros/src/pycram"
3333
repository: ${{ github.repository }}
3434
ref: ${{ github.ref }}
35-
submodules: "recursive"
35+
submodules: 'false'
3636

3737
# For debugging
3838
- name: Setup tmate session

0 commit comments

Comments
 (0)