pkg-installer: don't build on Dependabot PR's
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
428d2afd14
commit
f66aa5e0e0
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
|
HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT: 1
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'Homebrew'
|
if: github.repository_owner == 'Homebrew' && github.actor != 'dependabot[bot]'
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
outputs:
|
outputs:
|
||||||
installer_path: "Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg"
|
installer_path: "Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user