From da975f61c34752cdad8a7dc7f08b196d2e8e2bf4 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Wed, 19 Mar 2025 12:21:32 -0400 Subject: [PATCH] ci try this --- .github/workflows/selfdrive_tests.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 482c7af297..756b137747 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -86,9 +86,7 @@ jobs: build_mac: name: build macOS - 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' }} + runs-on: ${{ github.repository == 'commaai/openpilot' && 'namespace-profile-macos-8x14' || 'macos-latest' }} steps: - uses: actions/checkout@v4 with: