Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 13, 2024
1 parent c39901c commit 257b3e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/post-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@ jobs:
log-accepted-android-sdk-licenses: false

- run: ./mill -i -k selective.resolve ${{ inputs.millargs }}
if: github.event_name == 'pull_request'

- run: ./mill -i -k selective.run ${{ inputs.millargs }}
if: github.event_name == 'pull_request'

- run: ./mill -i -k ${{ inputs.millargs }}
if: github.event_name != 'pull_request'

- run: 'taskkill -f -im java* && rm -rf out/mill-server/*'
if: startsWith(inputs.os, 'windows')
Expand Down

0 comments on commit 257b3e6

Please sign in to comment.