Skip to content

Commit a5910cf

Browse files
authored
Update build-action.yml
1 parent 8eb0498 commit a5910cf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-action.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,9 @@ jobs:
117117
strategy:
118118
fail-fast: false
119119
matrix:
120-
#chunk: [
121-
#1,2,3,4,5,6,7,8,9,10,11,12,
122-
#13
123-
#,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32
124-
#chunk: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]
125-
chunk: ${{ fromJSON('[' + range(1, 33).join(',') + ']') }}
120+
#chunk: [ 13 ]
121+
chunk: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]
122+
# TODO use https://www.raygesualdo.com/posts/dynamic-matrices-github-actions/
126123
perf: [
127124
no,
128125
#prof, heap, cpu,

0 commit comments

Comments
 (0)