Skip to content

Commit

Permalink
remove build block
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Jan 3, 2024
1 parent 70b289a commit 2e1e113
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,3 @@ jobs:
gh issue comment "$REPORTING_ISSUE" \
--repo homebrew/homebrew-core \
--body "${{ matrix.formula }} source has problems. Check ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
- name: Try and build formula.
id: build
env:
HOMEBREW_NO_INSTALL_FROM_API: '1'
run: brew install -s ${{ matrix.formula }}

# TODO: Re-enable once it skips formulae that are not fir the current OS
# - name: Report build issues
# if: ${{ failure() && steps.build.conclusion == 'failure' }}
# run: |
# gh issue comment "$REPORTING_ISSUE" \
# --repo homebrew/homebrew-core \
# --body "${{ matrix.formula }} failed to build on ${{ matrix.os }}. Check ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"


0 comments on commit 2e1e113

Please sign in to comment.