Update macOS build script to use Ninja Multi-Config generator (#10377)

* Update macOS build script to use Ninja Multi-Config generator

* fix
This commit is contained in:
SoftFever
2025-08-11 22:35:17 +08:00
committed by GitHub
parent 05181779d1
commit 05adf5f9c9
2 changed files with 6 additions and 19 deletions

View File

@@ -1,19 +1,10 @@
name: Claude Code Review
on:
pull_request:
types: [opened, synchronize]
# Optional: Only run on specific file changes
# paths:
# - "src/**/*.ts"
# - "src/**/*.tsx"
# - "src/**/*.js"
# - "src/**/*.jsx"
workflow_dispatch:
jobs:
claude-review:
# Only run for PRs from the same repository (skip forks)
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
# Optional: Filter by PR author
# if: |
# github.event.pull_request.user.login == 'external-contributor' ||