Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Jan 31, 2025
1 parent 3c3e497 commit a383b9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/post-build-selective/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ runs:
- run: ./mill -i -k selective.resolveTree ${{ inputs.millargs }}
shell: ${{ inputs.shell }}

- run: ./mill -i -k selective.resolveChanged ${{ inputs.millargs }}
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
#- run: ./mill -i -k selective.resolveChanged ${{ inputs.millargs }}
# shell: ${{ inputs.shell }}

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

0 comments on commit a383b9c

Please sign in to comment.