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 3c3e497 commit a383b9cCopy full SHA for a383b9c
.github/actions/post-build-selective/action.yml
@@ -35,8 +35,10 @@ runs:
35
- run: ./mill -i -k selective.resolveTree ${{ inputs.millargs }}
36
shell: ${{ inputs.shell }}
37
38
- - run: ./mill -i -k selective.resolveChanged ${{ inputs.millargs }}
39
- shell: ${{ inputs.shell }}
+ # Comment this out because it can be very verbose when broad codesig
+ # invalidation results in all tasks being counted as changed inputs
40
+ #- run: ./mill -i -k selective.resolveChanged ${{ inputs.millargs }}
41
+ # shell: ${{ inputs.shell }}
42
43
- run: ./mill -i -j1 -k selective.run ${{ inputs.millargs }}
44
if: ${{ inputs.install-android-sdk }}
0 commit comments