Skip to content

Commit 08d6fc2

Browse files
committed
Debugging
1 parent ae97f0f commit 08d6fc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
build_appleclang:
1818
name: AppleClang
1919
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" }}
20+
#if: ${{ github.event.pull_request.draft == false && github.event.workflow_run.outputs.skip == "false" }}
2221
env:
2322
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE
2423
# For macOS, Ninja is slower than the default:

0 commit comments

Comments
 (0)