Skip to content

Commit

Permalink
pkg-installed: don't build on Dependabot PR's
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Aug 6, 2024
1 parent 428d2af commit ebda8d6
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 ebda8d6

Please sign in to comment.