diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 61340b5b676..a816a27f7b1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,15 +33,14 @@ jobs: name: AppleClang runs-on: macos-latest needs: skip_checks - #if: ${{ github.event.pull_request.draft == false && needs.skip_checks.outputs.skip == 'false' }} - if: ${{ github.event.pull_request.draft == false }} + if: ${{ github.event.pull_request.draft == false && needs.skip_checks.outputs.skip == 'true' }} env: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE # For macOS, Ninja is slower than the default: #CMAKE_GENERATOR: Ninja steps: - name: Debugging - run: echo "SKIP=${{ needs.skip_checks.outputs.skip }}" + run: echo "needs.skip_checks.outputs.skip=${{ needs.skip_checks.outputs.skip }}" - name: Checkout code uses: actions/checkout@v4 - name: Install Python