Merge pull request #14174 from carlocab/ephemeral-skip

workflows/doctor: skip unnecessary steps
This commit is contained in:
Mike McQuaid 2022-11-29 11:15:01 +00:00 committed by GitHub
commit 731a1eb266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)