Skip to content

Commit

Permalink
Merge pull request #17976 from Homebrew/update-pkg-build
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Aug 7, 2024
2 parents 47b1cab + f66aa5e commit 90a90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT: 1
jobs:
build:
if: github.repository_owner == 'Homebrew'
if: github.repository_owner == 'Homebrew' && github.actor != 'dependabot[bot]'
runs-on: macos-latest
outputs:
installer_path: "Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg"
Expand Down

0 comments on commit 90a90b3

Please sign in to comment.