Skip to content

Commit

Permalink
workflows/doctor: skip unnecessary steps
Browse files Browse the repository at this point in the history
Based on discussion from Homebrew#14172.
  • Loading branch information
carlocab committed Nov 24, 2022
1 parent 9c88c39 commit 2c1572c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doctor.yml
Expand Up @@ -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)

0 comments on commit 2c1572c

Please sign in to comment.