Skip to content

Commit

Permalink
remove-disabled-packages: test
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Dec 23, 2024
1 parent a27eb74 commit e8dbd66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/remove-disabled-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
permissions:
contents: write # for Homebrew/actions/git-try-push
steps:

- name: Clean up CI machine
if: runner.os == 'macOS'
run: brew test-bot --cleanup --only-cleanup-before

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit e8dbd66

Please sign in to comment.