Skip to content

Commit

Permalink
fix(CI): Disable mac builds on fork (#11962)
Browse files Browse the repository at this point in the history
Summary:
This patch disabled the mac build tests on fork, aligning with linux builds
https://github.com/facebookincubator/velox/blob/main/.github/workflows/linux-build-base.yml#L30

Pull Request resolved: #11962

Reviewed By: Yuhta

Differential Revision: D67910194

Pulled By: kevinwilfong

fbshipit-source-id: b2b5808448d678e30b4cbfe97c5f4c08693ec9b5
  • Loading branch information
zhouyuan authored and facebook-github-bot committed Jan 8, 2025
1 parent 0d362a6 commit 8bbc20c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ concurrency:

jobs:
macos-build:
if: ${{ github.repository == 'facebookincubator/velox' }}
name: "${{ matrix.os }}"
strategy:
fail-fast: false
Expand Down

0 comments on commit 8bbc20c

Please sign in to comment.