ci: fix duplicate if syntax error (#1590)

This commit is contained in:
Jason Wen
2025-12-19 15:31:29 -05:00
committed by GitHub
parent 5578b7e754
commit 2e576178cb

View File

@@ -107,8 +107,8 @@ jobs:
build_mac:
name: build macOS
if: false # tmp disable due to brew install not working
runs-on: ${{ ((github.repository == 'commaai/openpilot') && ((github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-macos-8x14' || 'macos-latest' }}
if: false # There'll be one day that this works. That day is not today.
steps:
- uses: actions/checkout@v4
with: