Skip to content

Commit

Permalink
Merge pull request #188750 from Homebrew/more-no-build-error-issues
Browse files Browse the repository at this point in the history
workflows: set `HOMEBREW_NO_BUILD_ERROR_ISSUES` more consistently
  • Loading branch information
carlocab committed Sep 13, 2024
2 parents 847e9ed + 00d5e5d commit bdd3ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dispatch-rebottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ env:
HOMEBREW_GITHUB_ACTIONS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_FROM_API: 1
HOMEBREW_NO_BUILD_ERROR_ISSUES: 1
RUN_URL: ${{github.event.repository.html_url}}/actions/runs/${{github.run_id}}
DISPATCH_REBOTTLE_SENDER: ${{ github.event.sender.login }}
DISPATCH_REBOTTLE_FORMULA: ${{ inputs.formula }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
HOMEBREW_NO_INSTALL_FROM_API: 1
HOMEBREW_TEST_BOT_ANALYTICS: 1
HOMEBREW_ENFORCE_SBOM: 1
HOMEBREW_NO_BUILD_ERROR_ISSUES: 1
GH_REPO: ${{github.repository}}
GH_NO_UPDATE_NOTIFIER: 1
GH_PROMPT_DISABLED: 1
Expand Down

0 comments on commit bdd3ece

Please sign in to comment.