Skip to content

Commit

Permalink
Test new fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 19, 2024
1 parent a7dce8e commit e64d934
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e64d934

Please sign in to comment.