Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 18, 2024
1 parent ae97f0f commit f1eadaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
build_appleclang:
name: AppleClang
runs-on: macos-latest
#if: github.event.pull_request.draft == false
if: ${{ github.event.pull_request.draft == false && github.event.workflow_run.outputs.skip == "false" }}
#if: ${{ github.event.pull_request.draft == false && github.event.workflow_run.outputs.skip == "false" }}
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE
# For macOS, Ninja is slower than the default:
Expand Down

0 comments on commit f1eadaa

Please sign in to comment.