Skip to content

Commit

Permalink
fix(ci): format as array
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 27, 2024
1 parent 22cbd71 commit 18e46fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
needs: chunks
concurrency:
group: ${{ github.ref }}-${{ format('group-{0}', matrix.chunk) }}
group: ${{ github.ref }}-${{ fromJson(format('[{0}]', matrix.chunk)) }}
cancel-in-progress: false
strategy:
matrix:
Expand Down

0 comments on commit 18e46fe

Please sign in to comment.