You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/12 06:58:11 UTC

[GitHub] [pulsar] nicoloboschi commented on a diff in pull request #17565: [improve][ci] Skip MacOS build for cpp-only changes

nicoloboschi commented on code in PR #17565:
URL: https://github.com/apache/pulsar/pull/17565#discussion_r968045236


##########
.github/workflows/pulsar-ci.yaml:
##########
@@ -127,11 +127,11 @@ jobs:
           action: wait
 
   macos-build:
-    name:
+    name: Build Pulsar on MacOS
     runs-on: macos-latest
     timeout-minutes: 120
     needs: [ 'changed_files_job', 'build-and-license-check' ]

Review Comment:
   Right. Moved at the same "step" of `system-tests`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org