pkg-installer: don't build on Dependabot PR's

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-08-06 12:30:33 -07:00
parent 428d2afd14
commit f66aa5e0e0
No known key found for this signature in database

View File

@ -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"