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 fec949e commit 2bb5778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'run-all-tests'))

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

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

0 comments on commit 2bb5778

Please sign in to comment.