Skip to content

Commit

Permalink
fix(ci): join with comma, without space
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 27, 2024
1 parent 6bc160b commit e939ebb
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('chunk-{0}', join(fromJson(format('[{0}]', matrix.chunk)))) }}
group: ${{ github.ref }}-${{ format('chunk-{0}', join(fromJson(format('[{0}]', matrix.chunk)), ',')) }}
cancel-in-progress: false
strategy:
matrix:
Expand Down

0 comments on commit e939ebb

Please sign in to comment.