Skip to content

Commit e37bfce

Browse files
Windows batch size workaround for too large workflows
1 parent e53d840 commit e37bfce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
vinca --multiple --platform win-64
103103
- name: Generate azure pipelines for win-64
104104
run: |
105-
vinca-gha --platform win-64 --trigger-branch buildbranch_win -d ./recipes
105+
# --batch_size 10 is a workaround for https://github.com/RoboStack/robostack.github.io/issues/105
106+
vinca-gha --platform win-64 --trigger-branch buildbranch_win -d ./recipes --batch_size 10
106107
- name: Commit files for win-64
107108
run: |
108109
if [[ -f "win.yml" ]]; then

0 commit comments

Comments
 (0)