Skip to content

Commit fcda00b

Browse files
use fromJSON to properly compare dependencies array
1 parent 6dbf61f commit fcda00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
build-dep:
149149
needs: [setup, prepare]
150-
if: needs.prepare.outputs.deps-to-build != toJSON([])
150+
if: fromJSON(needs.prepare.outputs.deps-to-build) != []
151151
strategy:
152152
matrix:
153153
dep: ${{ fromJSON(needs.prepare.outputs.deps-to-build) }}

0 commit comments

Comments
 (0)