We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae97f0f commit 08d6fc2Copy full SHA for 08d6fc2
.github/workflows/macos.yml
@@ -17,8 +17,7 @@ jobs:
17
build_appleclang:
18
name: AppleClang
19
runs-on: macos-latest
20
- #if: github.event.pull_request.draft == false
21
- 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" }}
22
env:
23
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE
24
# For macOS, Ninja is slower than the default:
0 commit comments