Skip to content

Commit

Permalink
Update build-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Oct 21, 2024
1 parent 8eb0498 commit a5910cf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,9 @@ jobs:
strategy:
fail-fast: false
matrix:
#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
#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]
chunk: ${{ fromJSON('[' + range(1, 33).join(',') + ']') }}
#chunk: [ 13 ]
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]
# TODO use https://www.raygesualdo.com/posts/dynamic-matrices-github-actions/
perf: [
no,
#prof, heap, cpu,
Expand Down

0 comments on commit a5910cf

Please sign in to comment.