Merge pull request #17976 from Homebrew/update-pkg-build
This commit is contained in:
commit
90a90b3076
2
.github/workflows/pkg-installer.yml
vendored
2
.github/workflows/pkg-installer.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user