Merge pull request #15397 from ZhongRuoyu/workflows-build-pkg

workflows/build-pkg: only run on Homebrew-owned repos
This commit is contained in:
Carlo Cabrera 2023-05-10 13:18:31 +08:00 committed by GitHub
commit 437e1bf09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ on:
jobs:
build:
if: github.repository_owner == 'Homebrew'
runs-on: macos-13
env:
IDENTIFIER: sh.brew.Homebrew