Skip to content

Commit a383b9c

Browse files
authored
Update action.yml
1 parent 3c3e497 commit a383b9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/post-build-selective/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ runs:
3535
- run: ./mill -i -k selective.resolveTree ${{ inputs.millargs }}
3636
shell: ${{ inputs.shell }}
3737

38-
- run: ./mill -i -k selective.resolveChanged ${{ inputs.millargs }}
39-
shell: ${{ inputs.shell }}
38+
# Comment this out because it can be very verbose when broad codesig
39+
# invalidation results in all tasks being counted as changed inputs
40+
#- run: ./mill -i -k selective.resolveChanged ${{ inputs.millargs }}
41+
# shell: ${{ inputs.shell }}
4042

4143
- run: ./mill -i -j1 -k selective.run ${{ inputs.millargs }}
4244
if: ${{ inputs.install-android-sdk }}

0 commit comments

Comments
 (0)