We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b687c0e commit 24ec846Copy full SHA for 24ec846
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
129
determine-tests:
130
needs: [ get-changes, build-artifacts ]
131
- if: ${{ always() && needs.get-changes.outputs.matrix != '{}' }}
+ if: ${{ always() && needs.get-changes.outputs.matrix != '{}' && toJson(fromJson(needs.get-changes.outputs.matrix).crate) != '[]' }}
132
runs-on: ubuntu-latest
133
outputs:
134
test-matrix: ${{ steps.get-test-matrix.outputs.matrix }}
0 commit comments