We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e64fe8 commit 08cbef1Copy full SHA for 08cbef1
.github/workflows/post-build-selective.yml
@@ -66,7 +66,11 @@ jobs:
66
67
- run: ./mill -i -k selective.resolve ${{ inputs.millargs }}
68
69
+ - run: ./mill -i -j1 -k selective.run ${{ inputs.millargs }}
70
+ if: ${{ inputs.install-android-sdk }}
71
+
72
- run: ./mill -i -k selective.run ${{ inputs.millargs }}
73
+ if: ${{ !inputs.install-android-sdk }}
74
75
- run: 'taskkill -f -im java* && rm -rf out/mill-server/*'
76
if: startsWith(inputs.os, 'windows')
0 commit comments