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 2bb5778 commit daf61ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
install-android-sdk:
default: false
type: boolean
is-selective:
default: false
type: boolean

jobs:
run:
Expand Down Expand Up @@ -54,10 +57,7 @@ jobs:
with:
log-accepted-android-sdk-licenses: false

- run: ./mill -i -k selective.resolve ${{ inputs.millargs }}
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'run-all-tests'))

- run: ./mill -i -k selective.run ${{ inputs.millargs }}
- run: ./mill -i -k selective.resolve ${{ inputs.millargs }}; ./mill -i -k selective.run ${{ inputs.millargs }}
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'run-all-tests'))

- run: ./mill -i -k ${{ inputs.millargs }}
Expand Down

0 comments on commit daf61ac

Please sign in to comment.