Skip to content

Commit f24fc7c

Browse files
author
Adrian Chang
committed
done
1 parent c826c6c commit f24fc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
fail-fast: false
44-
matrix: ${{ fromJSON(needs.path-filter.outputs.matrix) }}
44+
matrix:
45+
include: ${{ fromJSON(needs.path-filter.outputs.matrix) }}
4546
steps:
4647
- uses: actions/checkout@v4
4748
with:

0 commit comments

Comments
 (0)