workflows/doctor: skip unnecessary steps
Based on discussion from #14172.
This commit is contained in:
parent
9c88c39bae
commit
2c1572c44c
5
.github/workflows/doctor.yml
vendored
5
.github/workflows/doctor.yml
vendored
@ -38,8 +38,9 @@ jobs:
|
||||
uses: Homebrew/actions/setup-homebrew@master
|
||||
|
||||
- run: brew test-bot --only-cleanup-before
|
||||
if: !contains(matrix.runner, github.run_id)
|
||||
|
||||
- run: brew test-bot --only-setup
|
||||
- run: brew doctor
|
||||
|
||||
- run: brew test-bot --only-cleanup-after
|
||||
if: always()
|
||||
if: always() && !contains(matrix.runner, github.run_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user