We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1769a32 commit c21b79cCopy full SHA for c21b79c
1 file changed
.github/workflows/split.yml
@@ -21,6 +21,7 @@ jobs:
21
22
split:
23
needs: generate-packages
24
+ if: ${{ needs.generate-packages.outputs.packages != '{"include":[]}' }}
25
strategy:
26
fail-fast: false
27
matrix: ${{ fromJSON(needs.generate-packages.outputs.packages) }}
0 commit comments