diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index 237cdfa3ca47dc..892185a970c2d7 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -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"